A:link, A:visited {
color: #FF9900;
text-decoration: none;
} 

A:hover {
color: ##CCCCCC;  
text-decoration: none;
}

A:link, A:visited {
text-decoration: none;
}
   
h1 {  
display:inline;
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold;
color: #FF9900;
}

h2 {  
display:inline; 
font-family: "Verana"; font-size: 16px; 
font-weight: bold;
color: #CCCCCC;
}

BODY { 
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-shadow-color: #000000; 
scrollbar-arrow-color: #ff9900; 
scrollbar-track-color: #000000; 
} 
   
TEXTAREA { color:#FF9900;
 background-color: #CCCCCC;
 border: 1px solid #ffffff;
 border-style: solid;
 font-family: arial;
 font-size: 12px;
 }  

INPUT { color:#ff9900;
 background-color: #CCCCCC;
 border: 1px solid #ffffff;
 border-style: solid; 
 font-family: arial; 
 font-size: 12px;
 } 

menu {
color:#FF9900;
background-color: #000000;
border: 1px solid #000000;
font-family: arial; 
font-size: 12px;
}


