body  {
scrollbar-base-color: orange;
            }


a:link {
 color: #333333;
 font-weight: bold; 
 text-decoration: none;
 }
a:visited {
 color: #333333;
 font-weight: bold;
 text-decoration: none;
 }
a:hover {
color: white; 
        }
p { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 12px; 
 margin: 10px;
 line-height: 18px;
 padding-left: 8px;
 color: #333333;
 }
h3 { 
 font-family: verdana, arial, "ms sans serif", sans-serif;
 font-size: 16px; 
 margin: 10px;
 line-height: 18px;
 padding-left: 5px;
 color: #e9ffe9;
 }
.header { 
 font-family: verdana, arial, "ms sans serif", sans-serif;
 font-size: 13px; 
 font-weight: bold;
 margin: 10px;
 line-height: 13px;
 color: #333333;
 }
.small
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 10px; 
 font-weight: normal;
 line-height: 14px;
 color: #e9ffe9;
 }
.small a,.small a:visited
{
 color: #e9ffe9;
 font-weight: bold;
} 
.smalldark
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 10px; 
 font-weight: normal;
 line-height: 14px;
 color: #333333;
 }
.smalldark a
 {
 color: #333333;
 font-weight: bold;
 }
.smalldark a:visited
  {
  color: #333333;
  font-weight: bold;
  }
 .smalldark a:hover
 {
 color: #FECB01;
 font-weight: bold;
 }
.basic
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 10px; 
 line-height: 10px;
 padding-left: 5px;
 color: #5A6F5A;
 }
.basic a,.basic a:visited
 {
 color: #46644C;
 }
.basic a:hover { color: #FECB01;
                 font-weight: bold; }



input, textarea, select {
 background-color: #CCCCCC;
 border-style: solid;
 border-width: 1px;
 font-family: verdana, arial, sans-serif;
 font-size: 10px;
 color: #333333;
 padding: 0px;
}