@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #000000;
}
h2 {
	color: #FFFFFF;
}

a {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #FFFF00;
}
h1 {
	font-size: 44px;
	color: #FF0000;
}
