/* standard styles - RH20040202 */

body {
background-color:silver;
color:gray;
font-family:'verdana','Arial';
font-size:12px;
scrollbar-Base-Color:silver;
scrollbar-Face-Color:silver;
scrollbar-Shadow-Color:silver;
scrollbar-Highlight-Color:silver;
scrollbar-3dlight-Color:silver;
scrollbar-Darkshadow-Color:black;
scrollbar-Track-Color:silver;
scrollbar-Arrow-Color:black;
}

A:link {color:silver; text-decoration:none;font-size:10px;}  
A:active {color:silver;font-weight:plain;font-size:10px;}
A:visited {color:silver;font-weight:bold; text-decoration:none;font-size:10px;}
A:hover {color:orange; text-decoration:underline; font-weight:underline;font-size:10px;} 

A:link IMG {border:inset orange}
A:visited IMG {border:inset orange} 
A:hover IMG {border:outset red 2px }




