@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
h1 {
	font-size: 100%;
}
#BodyContent {
	font-size: 80%;
	line-height: 125%;
}
h2 {
	font-weight: bold;
	font-size: 100%;
}
.navBar {
	font-size: 80%;
	text-align: center;
}
.footerText {
	font-size: 70%;
	text-align: right;
}
a:link {
	font-size: 100%;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-size: 100%;
	color: #660066;
	text-decoration: none;
}
a:hover {
	font-size: 100%;
	color: #339900;
	text-decoration: underline;
}
a:active {
	font-size: 100%;
	color: #3D4B28;
	text-decoration: none;
}
