body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}

#content {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	display: block;
}

.titleFont {
	color: #0d3f2e;
	font-size: 16px;
	font-family: arial, "lucida console", sans-serif;
}

.bodyFont {
	color: #000000;
	font-size: 13px;
	font-family: arial, "lucida console", sans-serif;
	line-height: 16px;
}

.write_comment {
	color: #0d3f2e;
	font-size: 13px;
	font-family: arial, "lucida console", sans-serif;
	line-height: 16px;
}

.footerFont {
	color: #e2d294;
	font-size: 11px;
	font-family: arial, "lucida console", sans-serif;
	line-height: 16px;
}


.splashFont {
	color: #e2d294;
	font-size: 20px;
	font-family: arial, "lucida console", sans-serif;
	line-height: 16px;
}

a {
	color: #0d3f2e;
	font-size: 13px;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.readon {
	color: #0d3f2e;
	font-size: 13px;
	text-decoration: none;
}

a.readon:hover {
	color: #000000;
	text-decoration: none;
}


a.bodyFont {
	color: #0d3f2e;
	font-size: 13px;
	text-decoration: none;
}

a.bodyFont:hover {
	color: #000000;
	text-decoration: none;
}

a.footerFont {
	text-decoration: none;
}

a.footerFont:hover {
	color: #ffffff;
	text-decoration: none;
}

a.splashFont {
	text-decoration: none;
}

a.splashFont:hover {
	color: #ffffff;
	text-decoration: none;
}