body {

	background-color: #99FF00;
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #FF0000;
	scrollbar-face-color: #99FF00;
   	scrollbar-shadow-color: #000000;
   	scrollbar-darkshadow-color: #000000;
   	scrollbar-highlight-color: #660099;
   	scrollbar-3dlight-color: #FF0000;
   	scrollbar-track-color: #FFFFFF;

}
.header {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
.headerUnder {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-top-color: #FF3333;
	border-right-color: #FF3333;
	border-bottom-color: #FF3333;
	border-left-color: #FF3333;
}
.headerPurple {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	color: #9900FF;
}
.headerRed {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bolder;
	color: #FF0000;
}

.nav1 a:link {
	border: none;
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-weight: bolder;
	color: #9900FF;
	text-decoration: none;

}
.nav1 a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.nav1 a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.nav1 a:active {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
.nav2 a:link {
	border: none;
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;

}
.nav2 a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bolder;
	color: #FF3333;
	text-decoration: underline;
}
.nav2 a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
}
.nav2 a:active {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bolder;
	color: #6666cc;
	text-decoration: underline;
}
