body, table
{
	font-family:Verdana;
	font-size:11px;
}

.topmenu
{
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
}
A.Link:link {
    text-decoration:    none;
    color: blue;
}

A.Link:visited  {
    text-decoration:    none;
    COLOR:blue;
}

A.Link:active   {
    text-decoration:    none;
    COLOR:red;
}

A.Link:hover    {
    text-decoration: underline;
}