body {
	background-color: #114A09;
}



a.menu:link
{
	font-family: sans-serif;
	font-size: 12px;
	color: #7FFFD4;
	text-decoration: none;
	font-weight: bold;
}



 a.menu:visited
 
 {
	font-family: sans-serif;
	font-size: 12px;
	color: #7FFFD4;
	text-decoration: none;
	font-weight: bold;
}
 
 
 a.menu:active
  {
	font-family: sans-serif;
	font-size: 12px;
	color: #7FFFD4;
	text-decoration: none;
	font-weight: bold;
}
  
  a.menu:visited, {
	font-family: sans-serif;
	font-size: 12px;
	color: #7FFFD4;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	font-family: sans-serif;
	font-size: 12px;
	color: #00BFFF;
	text-decoration: underline;
}

a.int:link {
	font-family: sans-serif;
	font-size: 12px;
	color: #228B22;
	text-decoration: underline;
}
a.int:active {font-family: sans-serif;
	font-size: 12px;
	color: #228B22;
	text-decoration: underline;}
a.int:visited {font-family: sans-serif;
	font-size: 12px;
	color: #228B22;
	text-decoration: underline;}
a.int:hover {font-family: sans-serif;
	font-size: 12px;
	color: #1E90FF;
	text-decoration: underline;}

A.john:link {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: Gray;
}

A.john:visited {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: Gray;
}

A.john:hover {
	
	text-decoration: underline;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #A0522D;
	}

p {
	font-family: sans-serif;
	font-size: 12px;
	color: #2F4F4F;
}

ul, li {
	font-family: sans-serif;
	font-size: 12px;
	color: #2F4F4F;
}


h1 {
	font-family: sans-serif;
	font-size: 14px;
	color: #2F4F4F;
}

h2 {
	font-family: sans-serif;
	font-size: 16px;
	color: #5F9EA0;
	font-style: italic;
	font-weight: normal;
}

td.nav {
	background-color: #114A09;
}

