a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #FFCC00;
	font-weight: bold;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.italicText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #990000;
	text-decoration: none;
}
.contact {
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	text-decoration: none;
}
.header {
	font-family: "P22 Eaglefeather";
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.uarc {
	font-family: "P22 Eaglefeather";
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

body {
	background-color: #000000;
}
