body {
	background-color: #000000;
	background-image:  url(images/flames.gif);
	background-repeat: no-repeat;
	background-position: 0% 18%
}

.logo {
	position: relative;
	padding-top: 2%;
}

.sub {
	position: relative;
}
	
body, td, th {
	color: #FFCC99;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	margin-left: 16%;
	margin-right: 16%;
	line-height: 135%;
	text-align: left;
}

h1 {
	color: #993300;
	line-height: 110%;
	text-align: center;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
}

h2 {
	color: #996666;
	line-height: 120%;
	text-align: center;
	font-size: 18px;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
}

h3, h4 {
	color: #996666;
}

h5, h6 {
	color: #FFCCCC;
}

a {
	color: #FF0033;
	font-weight: bold;
}

form {
	background-color: #990000;
}