@charset "UTF-8";

body {
	background-color: #000;
	color:#999;
	font-family:arial;

	}

.content H1 {
	color:#999;
	}
	
	
a {
	color: #999;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #FFF;
	text-decoration:underline;
	}
