@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
	border-color: #333;
}

body, td, th {
	
	color:#FFF;
	
	font-family: Trebuchet MS !important;
	font-size: 12px !important;
	border-color: #333;
	
}

A:link {color:#FFC}
A:visited {color:#FF0} 
h1 {text-align: center;
    color: #FFF;
	font-family: Trebuchet MS}

h2, p, td {
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 12px;
}


/* font-family: Verdana, Geneva, sans-serif !important; */
