﻿#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #508301;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	font-weight: bold;
}
#bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#nounderline {
	text-decoration: none;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
	color: #000000;
	margin-top: 10px;
	text-decoration: none;
}
a {
	color: #800080;
}
a:visited {
	color: #FF00FF;
}
a:active {
	color: #008000;
}
a:hover {
	color: #008000;
}

