#body {
  background-color: #99CC99;
	color: #333333;
	display:none;	
}

body {
  background-color: #99CC99;
  font-family: Georgia, "Times New Roman", Times, serif;
	color: #3F8966;

}

a:visited {
  color: #005500;
	text-decoration:none;
}

a:active {
  color: #669933;
	text-decoration: none;
}

a:hover {
  color: #669966;
	text-decoration: none;
}

a:link {
  color:#669933;
	text-decoration:none;
}
	
       