body {
	margin-top: 0px;
	background-color: #000000;
}
.border {
	border: 1px dashed #eeeeee;
}

.maintext {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #eeeeee;
}
.specialtext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #CC9900;
}
.linksbg {
	background-image: url(images/linksideimg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:700;
	color:#810a0a;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:8px;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:700;
	color:#27f98d;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:8px;
}