
body {
	margin: 		0 auto;
	background:		#000;
	font:		 	12px/1.2 Tahoma, Arial, Helvetica, sans-serif;
	color: 			#ccc;
	}

#main {
	width: 			750px;
	margin: 		0 auto 0 auto;
	height: 		auto;
	}

table {
	border-collapse:	collapse;
	}

td {
	color:			#ccc;
	font:		 	11px/1.4 Tahoma, sans-serif;
	padding:		10px;
	vertical-align: top;
	}
	
a:link, a:visited { 
	color: 			#fff;	 
	text-decoration: none; 
	}				

a:hover {
	color: 			#fcf; 
	text-decoration: none; 
/*	border-bottom:	1px dotted #c60;	*/
	}