body {  
  scrollbar-3dlight-color: #EADFD5;
  scrollbar-darkshadow-color: #EADFD5;
  scrollbar-arrow-color: #EADFD5;
  scrollbar-face-color: #B69270;
  scrollbar-shadow-color: #B69270;
  scrollbar-highlight-color: #B69270;
  scrollbar-track-color: #B69270;
  background-color: #B69270;    
 }

p, h1, h2, h3, h4, h5, h6, a, td {
  text-align: left;
  color: #EADFD5;
  font-family: Comic Sans Ms;
  font-weight: normal;
  text-decoration: none;
  font-size: 10pt;
  margin: 0px;
 }

a {
  color: #000000;
 }

  p {font-size: 10pt;}
  h1 {font-size: 12pt;
         font-weight: bold;}
  h2 {font-size: 14pt;}
  h3 {font-size: 14pt;
         font-weight: bold;}
  h4 {font-size: 16pt;}
  h5 {font-size: 16pt;
         font-weight: bold;}
  h6 {font-size: 18pt;}

img {
  border-color: #FAFFFF;
  border-style: none;
  border-width: 0px;
 }

 a:link {color: #000000;} 
 a:hover {color: #B34C40;
                 text-decoration: underline;}
 a:active {color: #000000;}
 a:visted {color: #000000;}