body {
  font-family: Verdana, "Arial Black", Arial, Serif;
    background-color: #000000;
    color: #ffffff;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    scrollbar-base-color: #000000; 
    scrollbar-arrow-color: #bababa;
    scrollbar-track-color: #ffffff;
  
 } 
 
 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  
  a:active {
    color: red;
    text-decoration: none;
  }
  
  a:visited {
    color: #bababa;
    text-decoration: none;
  }
  
  a:hover {
    color: red;
   text-decoration: underline;
   
 } 
 
 .white {
 background-color: #ffffff;
 color: #000000;
 font-weight: bold;
 
 }
 
 .white td{
 background-color: #ffffff;
 color: #000000;
 font-weight: bold;
 
 }

 .white a:link {
     color: red;
     text-decoration: none;
   }
   
 .white  a:active {
     color: red;
     text-decoration: none;
   }
   
 .white  a:visited {
     color: #000000;
     text-decoration: none;
   }
   
 .white  a:hover {
     color: red;
    text-decoration: underline;
    
 } 
 
 
 .solid {
    border-style: solid;
    border-color: red;
    border-width: 3px;
 
 } 
 
 hr {
 height: 2px;
 color: red;
 width: 75%;
 }
 
 .small {
 font-size: small;
  }
 
 .xsmall {
 font-size: x-small;
 color: #c0c0c0;
 }
 
.q {
font-weight: bold;

}

 ul {
 list-style-image: url(images/reddot.gif);

}

.special {
  text-decoration: line-through;
}
