BODY {

	color: #000000;
}


A {
	text-decoration: underline;
	color: #006300;
}

A:Hover {
	text-decoration: none;
	color: #31CE31;
}

.menu A:link{
	text-decoration: underline;
	color: #000000;
}

.menu A:visited {
	text-decoration: none;
	color: #000000;
}

.menu A:Hover {
	text-decoration: none;
	color: #ffffff;
}


.menu A:active {
	text-decoration: none;
	color: #ffffff;
}

.style2 {
	color: #006300;
	font-weight: bold;
	font-size: 11px;
	font-family: arial;
	
}


.style3 {
	color: Yellow;
	font-family: arial;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}


h1 {
	color: #006300;
	font-weight: bold;
	font-family: arial;
}

h2 {
	color: #006300;
	font-weight: bold;
	font-family: arial;
}
h3 {
	color: #006300;
	font-weight: bold;
	font-family: arial;
}
p.heavy {
	color: #006300;
	font-weight: bold;
	font-family: arial;
}


table.menu td {
	height: 75px;
	width: 300px;
   	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
	
}

