@charset "utf-8";
/* CSS Document */

body {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #575757;
}

a, a:active, a:visited {
	color:#750082;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}

