td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
}
.boldcolor {
	font-weight: bold;
	color: #006600;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
}
li {
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;
	clear: none;
	float: none;
	padding: 3px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
.menu:hover {
	color: #FF0000;
}

