body { 
scrollbar-face-color: black; 
scrollbar-highlight-color: black; 
scrollbar-shadow-color: lawngreen; 
scrollbar-3dlight-color: green; 
scrollbar-arrow-color: lawngreen; 
scrollbar-track-color: green; 
scrollbar-darkshadow-color: black; 
scrollbar-base-color: black; 
}


h1
h3
   {
      font-family:David,Arial; font-size:15px; color:#11bb11;
}

 a:link { 
   text-decoration:underline; font-weight:bold; color:#11ff00; 
   }
  a:visited {
   text-decoration:underline; font-weight:bold; color:#77ff00;
   }
  a:hover { 
   text-decoration:none; font-weight:bold; background-color:#2244bb; 
   }
  a:active { 
   text-decoration:none; font-weight:bold; background-color:#55ff00; 
   }