body {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
.moortitle {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #3e7924;
	text-decoration: none;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #3e7924;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
.green {
	font-family: "Times New Roman", Times, serif;
	color: #3e7924;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
.minibit {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-style: italic;
	color: #3e7924;

}
.floatright { float: right; 
margin:10 0 0 10;
}
.floatleft { float: left;
margin: 0 10 0 0;
 }
a:link {
	color: #3e7924;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #3e7924;
	text-decoration: none;
	font-weight: bold;
}
.trap {
width:5px;
visibility:hidden;
}