body {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #000000;
	margin-left: 25px;
	margin-top: 15px;
}

h1 {
	color: #FFFFFF;
	font-size: 24px;
}

h2 {
	color: #FFFFFF;
	font-size: 21px;
}

p {
	color: #FFFFFF;
	font-size: 16px;
}

.topLeftBrdr {
	background-image: url(images/img_TopLftBrdr.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 63px;
}

.topRtBrdr {
	background-image: url(images/img_TopRtBrdr.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 63px;
}


.botLeftBrdr {
	background-image: url(images/img_LowLftBrdr.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 63px;
}

.botRtBrdr {
	background-image: url(images/img_LowRtBrdr.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 63px;
}

.topNav {
	color: #FFFFFF;
}

.mainBody {
	width: 674px;
	color: #FFFFFF;
	background-image: url(images/img_evilskull.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.mainBody a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.mainBody a:hover {
	color: #7B0D00;
	text-decoration: underline;
}

.mainBody a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.botNav {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

.botNav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}

.botNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 13px;
}

.botNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}

.designCred {
	color: #FEDE58;
	font-size: 9px;
}

.designCred a:link {
	color: #FEDE58;
	font-size: 9px;
	text-decoration: none;
}

.designCred a:hover {
	color: #7B0D00;
	font-size: 9px;
	text-decoration: none;
}

.designCred a:visited {
	color: #FEDE58;
	font-size: 9px;
	text-decoration: none;
}