
body {
	margin:0px; 
	background-color: #005F40;

}
body, td, th {
	font-family: Garamond, Georgia, Times New Roman;
	font-size: 14px;
	color: #333333;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #336633;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.menu {
	font: bold 12px Times New Roman;
	color: #000000;
	text-transform: uppercase;	
}

.title1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #336633;
	text-decoration: none;
}
.title2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #336633;
	text-decoration: none;
	text-transform: capitalize;
}