body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #710D15;
}

.mainlink:link {
	color: #FFF;
	text-decoration: none;
}
.header {
	background-image: url(gradient.jpg);
	background-repeat: repeat;
}


.mainlink:visited {
	text-decoration: none;
	color: #FFF;
}
.mainlink:hover {
	text-decoration: underline;
	color: #F00;
}
.mainlink:active {
	text-decoration: none;
	color: #FFF;
}
