body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #F00;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
