body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#maintable{
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
		text-transform: uppercase;
}
h2 a{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h2 a:hover{
	color:#F10082;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.main a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.comments, .comments a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF3366;
	text-decoration: none;
}
.comments a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: underline;
}
.commentsName, .commentsName a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF3366;
	text-decoration: none;
	text-transform: uppercase;
}

.commentsName a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
input, textarea{
	background-color: #EAEAEA;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
