a:link
{
	color: rgb(204,0,0); 
}
a:visited
{
	color: rgb(102,0,0); 
} 
a:active 
{
	color: rgb(0,0,204);
}
H1
{
	font-family: federation, verdana;
	color: rgb(0,0,160);
}
H2, H3, H4
{
	font-family: arial;
	color: rgb(0,0,160);
}
body
{
	font-family: arial;
	color: rgb(0,0,0);
	background: white;
}
