
body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}

a, table {
	
	text-decoration: none;
	font-size: 12px;
    color: #eeeeee;
}

a:hover {
	text-decoration: underline;
    font-size: 12px;
	color: black;
}  


