body {
  font-family: arial, verdana, sans-serif; 
  font-size: 1em;
  /*
  background-color:#339933;
  */
}




a:link {
	color: black;
	text-decoration:none;

}

a:visited {
	color: black;
	text-decoration:none;
}

a:active {
	color:#e0eee0;
	background-color: black;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#e0eee0;
	background-color: black;
	font-weight:bold;
	text-decoration:none;
}


p {
  font-family: arial, verdana, sans-serif; 
  font-size: 1em;
}

h1 {
  font-family: "Trebuchet MS";
  font-style: italic;
  height: 30px;
  font-size: 24px;
  color: #0f6578;
  padding: 0;
}



