body {	

	padding: 0;
	margin: 0;
		
	background-color: #000000;
	
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	
	text-align: left;
}	

a {
	
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	
	text-decoration: none;
	color: #aeaeae;
}
