a:link
{
	color: rgb(0,102,102); 
}
a:visited
{
	color: rgb(0,153,153); 
} 
a:active 
{
	color: rgb(190,70,70);
}
body
{
	font-family: Times New Roman;
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,204);
	color: rgb(0,102,102);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
