a:link
{
	color: #FF0000; 
}
a:visited
{
	color: rgb(102,0,0); 
} 
a:active 
{
	color: rgb(0,0,204);
}

body
{
	font-family: Trebuchet MS;
	background-color: #FFFFFF;
	color: #000000; 
}
table
{
	padding:0; border:10px outset #FF0000; table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); background-color:#FFFFFF 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS; color:#CC0000
}
h1
{
	color: #CC0000;
}
h2
{
	color: #CC0000; 
}
h3
{
	color: #CC0000; 
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}a:hover      { font-weight: bold; color:#FF0000;  }