body {
  font-family: Arial, "Times New Roman", "Arial Black", Helvetica, Serif;
    background-color: #000000;
    color: #000000;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    scrollbar-base-color: #000000; 
    scrollbar-arrow-color: ##FFB950;
    scrollbar-track-color: #ffffff;
  
 } 
 
 a:link {
    color: black;
    text-decoration: none;
  }
  
  a:active {
    color: black;
    text-decoration: none;
  }
  
  a:visited {
    color: black;
    text-decoration: none;
  }
  
  a:hover {
    color: black;
   text-decoration: underline;
   
 }  
 
 Table.dashed {
    border-style: dashed;
    border-color: #339900;
    border-width: 5px;
 
 } 
 
 hr {
 color: #000000;
 }
 
 .small {
 font-size: x-small;
 
 }
 

 
.main {
   background-color: #ffffff;
   color: #000000;


}

.black {
   background-color: #000000;
   color: #ffffff;
   
	
}

.black a:link {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  
.black a:active {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  
.black a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  
.black a:hover {
    color: red;
   text-decoration: underline;
   font-weight: bold;
   
 }  
