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;
   
 }  
 
.xsmall {
	font-size:xx-small;
}

.xsmall a:{
	font-size:xx-small;
}

.menu {
//	background-color:#8c0000;
	color:#ffffff;
}

.menu a:link {
  color: #ffffff;
}
  
.menu a:visited {
	color: #f8f8f8;
}

.menu a:active {
	color: yellow;
}

.menu a:hover {
	color: #ffcccc;
}

.menu td {
	//background-color:#8c0000;
	color:black;
	font-size:small;
}		

div#half {
	float:left;
	width: 50%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}

div#half2 {
	float:left;
	width: 50%;
	padding: 5px;
}

div#half3 {
	width: 100%;
	padding: 5px;
}


