body {
	background-color: #a40000;
	color: white;
	font-size: 10pt;
	font-family: arial, sans-serif;
}

a {
	font-size: 8pt;
	color: white;
	background-color: #880000;
	padding: 0px 5px 0px 5px;
	text-transform: none;
}

a:visited {
	color: white;
	background-color: #880000;
	text-transform: none;
}

a:hover {
	color: white;
	background-color: black;
	text-transform: underline;
}

a:active {
	color: white;
	background-color: #cc0000;
	text-transform: none;
}
#center {
	text-align: center;
	width: 100%;
}

#splash {
	position: relative;
	top: 100px;
	width: 439px;
	text-align: center;
}

.right {
	text-align: right;
	display: inline;
}