body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #003500 url(image/forestbg.jpg);
	color: #3CB371;
	font-size: 100%;
	}
img {
	border: 0;
	}
.centeralign {
	text-align: center;
	}
#lefttree {
	position: absolute;
	left: 0;
	}
#righttree {
	position: absolute;
	right: 0;
	}
a {
  color: #32CD32;  /* Limegreen */
  text-decoration: none;
  }
a:visited {
  color: #8FBC8F;  /* Darkseagreen */
  }
a:hover { text-decoration: underline; }
p {
	margin-top: 0;
	}
.clear {
	clear: both;
	float: none;
	padding: 0;
	margin: 0;
	}
