body {
	background-image: url(../images/background.gif);
	background-color: #EFD983;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: repeat-y;
	text-align: center;
}
.header {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #003875;
}
.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003875;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #003875;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0078FD;
}

a:active {
	color: #F0B410;
	font-weight: bold;
	text-decoration: none;
}
