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

body {
	background-color: #000000;
	color: #FFFFFF;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #00FFFF;
}
a:hover {
	color: #00FF00;
}
