body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Tahoma;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
a:link {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
	color: #FF9191;
}
a:active {
	text-decoration: none;
}
.maroon {
	color: #C00;
}
