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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #CCCCCC;
	background-color: #000000;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CCCCCC;
}


a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
}
div {
	background-color: #000000;
}