body {
	background-color: #000000;
	margin-top: 25px;
	margin-bottom: 50px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

div.main {
width: 900px;
margin: 0 auto;
text-align: justify;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:active {
	text-decoration: none;
	color: #990000;
}