@import url(undohtml.css);
body {
	background-color: #000000;
	color: #66CCFF;
	font-family: "Times New Roman", Times, serif;
}
.content {
	width: 800px;
	background-color: #000000;
	margin: auto;
	margin-top: 2.5%;
}

.mainnav {
	clear: both;
	width: 800px;
	text-align: left;
	margin: auto;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1%;
	padding-bottom: 1%;
}

.mainnav a:link {
	color: #66CCFF;
	text-decoration: none;
	background-color: #000000;
}
.mainnav a:visited {
	color: #66CCFF;
	background-color: #000000;
	text-decoration: none;
}
ul {
	list-style-type: circle;
	list-style-position: inside;
}
.mainnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
.middle {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color:#66CCFF;
	background-color:#000000;
	width: 800px;
	float: left;
	padding-bottom: 1%;
}
.middle p {
	color:#66ccff;
	background-color:#000000;
	text-indent: 5%;
	padding: 1%;
	font-size: large;
}
.leftnav {
	float: left;
	width: 32%;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color:#66CCFF;
	background-color:#000000;
	margin-top: 1%;
	margin-bottom: 1%;
	text-align: center;
}
.leftnav h1{
	color: #ffffff;
	background-color: #000000;
	font-size: 200%;
}
h1 a:link {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}
h1 a:visited {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
h1 a:hover {
	color: #66ccff;
	text-decoration: none;
	background-color: #000000;
}
h2 a:link {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}
h2 a:visited {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #66ccff;
	text-decoration: none;
	background-color: #000000;
}
.right {
	float: right;
	width: 58%;
}
h2 {
	font-size: 125%;
	color: #ffffff;
	background-color: #000000;
}
h3 {
	font-size: 200%;
	color: #ffffff;
	background-color: #000000;
	text-align: left;
}
.right2 {
	float: right;
	width: 65%;
}
hr {
	color: #66ccff;
	background-color:#000000;
}
span {
	color: #66ccff;
	background-color:#000000;
	font-size:75%;
}
p a:link {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}
p a:visited {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
p a:hover {
	color: #66ccff;
	text-decoration: none;
	background-color: #000000;
}
