@charset "utf-8";
a:link {
	color: #00F;
}
a:visited {
	color: #C6F;
}
a:active {
	color: #F00;
}
a:hover {
	color: #779A00;
}
body {
	margin-left: 0px;
	margin-top: 30px;
	text-align: center;
	background-color: #336;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#blueborder {
	background-color: #FFF;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	text-align: center;
}
h2 {
	font-size: 36px;
}
#mainlinks {
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	font-size: 24px;
	text-align: left;
	text-indent: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.modredtext {
	color: #F00;
}

