BODY
{
    BACKGROUND-COLOR: white;
}
A
{
    COLOR: darkblue;
    TEXT-DECORATION: none
}
A
{
    COLOR: darkblue;
    TEXT-DECORATION: none
}
a:link {
	color: #777777;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;

}
a:hover {
	color: #333333;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}
a:visited {
	color: #777777;
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;

}