a:link
{
	color: #663300; 
}
a:visited
{
	color: rgb(102,204,0); 
} 
a:active 
{
	color: rgb(255,255,0);
}
body
{
	font-family: Trebuchet MS;
	color: #006699;font-size:10pt
}
table
{
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS;font-size:10pt; color:#006699
}
h1
{
	color: #FF0000;font-size:18pt
}
h2
{
	color: rgb(153,504,255); 
}
h3
{
	color: rgb(255,51,153); 
}
h4
{
	color: rgb(255,51,153);
}
h5
{
	color: rgb(153,504,255);
}
h6
{
	color: rgb(204,255,0);
}
a:hover      { color: #FF0000 }

