body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font: 14px "Comic Sans MS", Sans-serif;
	color: #FFF;
}
p {
	font: 14px "Comic Sans MS", Sans-serif;
	color: #000;
}
a:link {
	font: 14px "Comic Sans MS", Sans-serif;
	color: #26DE26;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F918A5;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: underline;
}
.footer {
	font: 10px "Comic Sans MS", sans-serif;
	color: #26DE26;
	text-decoration: none;
}
#navbtm a:link {
	font: 10px "Comic Sans MS", sans-serif;
	color: #FFF;
	text-decoration: none;
}
#navbtm a:visited { 
	color: #26DE26;
	text-decoration: none;
}
#navbtm a:hover { 
	color: #F918A5;
	text-decoration: underline;
}
#navbtm a:active { 
	color: #FFF;
	text-decoration: underline;
}
#bodybkgd {
	background: #FFF url(../images/bodybkgd.gif) repeat top left;
}
#bodytop {
	background: url(../images/layout/bodytop.jpg) no-repeat top left;
}
#botm {
	background: #FFF url(../images/layout/botm.jpg) no-repeat bottom left;
}
.subtext {
	font: 10px "Comic Sans MS", sans-serif;
	color: #000;
}
.headings {
	font: bold 18px "Comic Sans MS", sans-serif;
	color: #000;
	font-variant: small-caps;
}
.subheadings {
	font: bold 14px "Comic Sans MS", Sans-serif;
	color: #000;
	font-variant: small-caps;
}