html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: Yellow;
	height: 100%;
	width: 100%;
	background: #3CB371;
	font: italic 11px;
}

.style5 {
	font-size: 9px;
	font-style: italic;
	font-family: "Courier New", Courier, mono;
}
a:link {
	text-decoration: none;
	color: Red;
	font: 12px;
}
a:visited {
	text-decoration: none;
	color: Yellow;
}

a:active {
	text-decoration: none;
}

a 		{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: Yellow;
	text-decoration: none;
}
	
a:hover {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: White;
	text-decoration: underline;
}

.style10 {
	font: normal 16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.style17 {color: #003300; font-weight: bold; font-size: 10px;}
.style18 {font: 16px Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; }

