/* CSS Document */
a:hover {  font-weight: bold; color: #CC0000; text-decoration: underline}
a:link {  text-decoration: none; font-weight: bold; color: #0000CC}
a:visited {  text-decoration: none; font-weight: bold; color: #0000CC}
a:active {  text-decoration: none; font-weight: bold; color: #0000CC}
INPUT {
background-color: #FFCC00; 
border-bottom-width: 1px;
border-color: #00cc00;
border-style: outset;
border-left-width: 1px;  
border-right-width: 1px;
border-top-width: 1px; 
color: #000000;
font-family: Comic Sans MS, sans-serif;
font-size: 10px;
font-weight: normal;
text-indent: 2px;
}
TD
  {
font-family: Comic Sans MS, sans-serif;
font-size: 12px;
color: #000000;
  }
TD.err
  {
font-family: Comic Sans MS, sans-serif;
font-size: 12px;
color: red;
  }

SELECT {
background-color: #00CC00;
font-family: Comic Sans MS, sans-serif;
font-size: 12px;
color: #000000;
}
SELECT.yellow {
background-color: #FFCC00;
font-family: Comic Sans MS, sans-serif;
font-size: 12px;
color: #000000;
}
option.head {background-color: #FFCC00;}
option.menu {background-color: #00cc00;}
option.div {background-color: #FFFFFF;}
TEXTAREA{
background-color: #FFCC00;  
border-bottom-width: 1px;
border-color: #00cc00;
border-style: outset;
border-left-width: 1px;  
border-right-width: 1px;
border-top-width: 1px; 
font-family: comic sans ms, sans-serif;
font-size: 10px;
font-weight: normal;
}
BODY{ 
background-color: white;
scrollbar-face-color: #FFCC00;
scrollbar-arrow-color: #00CC00;
scrollbar-base-color: #00CC00;
scrollbar-track-color: #FFCC00
}
