#body {
	background-color: #000000;
}


#maintable {
	background-color: #000000;

}

#textcells {
	padding: 5px;
	color: #FFFF00;
	border-bottom: 2px solid #F801FB
	}
	
#menucell {
	padding-bottom: 10px;
	border-bottom: 2px solid #F801FB
}



a:link {
     color: #FFFF66;
     }

a:visited {
     color: #c00;
     background-color: transparent;
     }

a:hover {
     color: #000;
     background-color: #6666FF;
     text-decoration: none;
     }

a:active {
     color: #f00;
     background-color: transparent;
     }
