H1, H2, H3, BODY, A, TABLE, TR, TD {
	 FONT-FAMILY: verdana, arial;
     FONT-SIZE: 10px; 
	 TEXT-ALIGN: left;
}

H1
 {
	FONT-SIZE: 18px;
	FONT: bold;
	margin-top: 12px;
	color: #FEFF60;
}

H2
{
	FONT-SIZE: 12px;
	FONT: bold;
	color: #FEFF60;
}

H3 
{
	FONT: bold;
	color: Yellow;
	color: #FEFF60;
}

.MENU {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: right;
	font-weight: bolder;
}
BODY  
{
	background-color: #3F8615;
	margin-top: 0px;
}

A:link
{
	text-decoration: none;
	color: #FCFEB6;
}

 A:visited
{
	text-decoration: none;
	color: #FCFEB6;
}

A:hover
{
	text-decoration: none;
	color: Yellow;
}
 
