@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #300c08;
	}
	
p {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #ffffff;
}
h2 {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 0px;
	height: 100%;
}
h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Verdana;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a:link {
color:#CCCC00;
}
a:visited {
color:#CCCC00;
}
a:hover {
color:#CCCC00;
}

a:active {
color:#CCCC00;
}
