@charset "utf-8";
.header {
	background-color: #000099;
	width: 760px;
	border: medium solid #000099;
	background-position: center;
}
.links {
	background-color: #000099;
	width: 760px;
	border: medium solid #000099;
	background-position: center;
}
.main {
	background-color: #FF3300;
	width: 760px;
	border: medium solid #000099;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

.display {
	background-color: #FFFFFF;
	width: 760px;
	border: medium solid #000099;
	background-position: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 16px;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 16px;
	}
a:hover {
	color: #FF3300;
	text-decoration: underline;
	font-size: 16px;
	}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 16px;
}
.stylealt:link {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.stylealt:hover {
	text-decoration: underline;
	color: #0000CC;
}