a:link
{
	color: rgb(0,0,141); 
}

a:visited
{
	color: rgb(0,0,141); 
} 

a:active 
{
	color: rgb(0,0,141);
}
a:hover
{
	color: rgb(129,128,203);
}

body
{
	font-family: Arial, Verdana, Helvetica;
	background-color: rgb(129,128,203);
	color: rgb(0,0,141);
	font-size: 11pt
}
