.style1 {color: #B6B6B6}
a:link {
	color: #CC3300;
	text-decoration: none;
}

.style2 {
color: #CC3300;
font-size: 1.9em;
}
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F9DD00;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	color: #FDDB00;
	font-weight: bold;
}
body {
	background-color: #320000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;
	}