
body 
{
 scrollbar-arrow-color: #000000;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-3dlight-color: #000000;
 scrollbar-face-color: #FFFFFF;
 scrollbar-shadow-color: #FFFFFF;
 scrollbar-dark-shadow-color: #000000;
 scrollbar-track-color: #E0E0E0
} 

a:link 
{
 color: #0000FF;
 text-decoration: underlined;
}

a:visited 
{
 color: #003080;
 text-decoration: underlined;
} 

a:active 
{
 color: #ff0000;
 text-decoration: underlined;
}

a:hover 
{
 text-decoration: underlined;
 color: #FF8040;
} 

INPUT {
background-color: white;
border: 1px solid gray;
font-family: Courier New;
font-size: 10pt
font-weight: normal
} 

SELECT {
background-color: white;
border: 1px solid gray;
font-family: Courier New;
font-size: 10pt
font-weight: normal
}
TEXTAREA {
background-color: white;
border: 1px groove gray;
font-family: Courier New;
font-size: 10pt;
font-weight: normal
} 

