body {
  font-family: Tahoma, "Times New Roman", "Arial Black", Arial, Helvetica, Serif;
    background-color: #000000;
    color: #FFEFB5;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    scrollbar-base-color: #000000; 
    scrollbar-arrow-color: #FFEFB5;
    scrollbar-track-color: gray;
  
 } 
 
 a:link {
    color: #FFEFB5;
    text-decoration: none;
  }
  
  a:active {
    color: #A52A2A;
    text-decoration: none;
  }
  
  a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  
  a:hover {
    color: #ffffff;
   text-decoration: underline;
   
 }  
 
 Table.dashed {
    border-style: dashed;
    border-color: #339900;
    border-width: 5px;
 
 } 
 
 hr {
 color: #FFEFB5;
 width: 60%;
 align: center;
 }
 
 .main {
 width: 100%;
 float: left;
 
 }
 
 .tleft {
 width: 50%";
 float: left;
 
 }
 
 .tright {
 font-size: large;
 text-align: center;
 font-weight: bold;
 font-style: italic;
 }
 
 .small {
 font-size: x-small;
 
 }
 
.center a:link {
     color: black;
     text-decoration: underline;
   }
   
.center a:active {
     color: #c80000;
     text-decoration: none;
   }
   
.center a:visited {
     color: brown;
     text-decoration: none;
   }
   
.center a:hover {
     color: red;
    text-decoration: underline;
    
  }  
  
.menu {
	background-color:#FFEFB5;
	color:#000000;
}

.menu a:link {
  color: #ffffff;
}
  
.menu a:visited {
	color: #f8f8f8;
}

.menu a:active {
	color: yellow;
}

.menu a:hover {
	color: #ffcccc;
}

.menu td {
	background-color:white;
	color:black;
	font-size:x-small;
}	  
