A.blue:link {color:darkblue; text-decoration:none;}
A.blue:visited {color:darkblue; text-decoration:none;}
A.blue:hover {color:red; text-decoration:none;}

A:link {color:white; text-decoration:none;}
A:visited {color:white; text-decoration:none;}
A:hover {color:#ffdf00; text-decoration:none; font-weight:bold;}

A.hlp:link {color:white; text-decoration:none;}
A.hlp:visited {color:white; text-decoration:none;}
A.hlp:hover {color:#ffdf00; text-decoration:none; font-weight:bold; cursor:help;}

A.hlp2:link {color:#c2100c; text-decoration:none;}
A.hlp2:visited {color:#c2100c; text-decoration:none;}
A.hlp2:hover {color:red; text-decoration:none; font-weight:bold; cursor:help;}

.little
{
font-family: Verdana, Helvetica;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
text-decoration: none
}

.formlittle
{
font-family: Verdana, Helvetica;
background-color: #085AB5;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
text-decoration: none
}

body {
 scrollbar-face-color: #004080; 
 scrollbar-shadow-color: #002173;
 scrollbar-highlight-color: #A9D4FF;
 scrollbar-3dlight-color: #002173; 
 scrollbar-darkshadow-color: black; 
 scrollbar-track-color: #085AB5; 
 scrollbar-arrow-color: #A9D4FF;
}