.body {
	margin: 0px;
	padding: 0px;
	background-color: #181818;
	overflow: hidden;
}
.bodymain {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	overflow: hidden;
	text-align: center;
}
.maintext {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #181818;
	list-style-type: square;
}
.maintextblack {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	list-style-type: square;
	text-align: center;
}
.important {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color:#C30;
	list-style-type: square;
}
a:link {
	font-family: Verdana, sans-serif;
	font-style: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, sans-serif;
	font-style: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, sans-serif;
	font-style: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #a7a7a7;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, sans-serif;
	font-style: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.yeartext {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color:#333;
	list-style-type: square;
}