.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #006600;
	text-decoration: none;
	cursor: auto;
}
.source {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #CCCCCC;
	font-style: normal;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	text-decoration: none;
	font-variant: small-caps;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #99CC99;
	text-decoration: none;
}
.white {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.list {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	text-indent: 30px;
}

body {
	margin-left: 50px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
}
a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #CC0000;
	}
