body {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
.basetext {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #515151;
	font-weight: bolder;
}
.header {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: Navy;
	font-weight: bolder;
	text-align: center;
}
.footer {
	font-family: Arial;
	font-size: 11px;
	color: Gray;
	font-weight: normal;
}
a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: Navy;
	text-decoration: underline;
	font-weight: bolder;
}
