body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5b7a4b;
}
.style1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #fff;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;	
}
a:hover {
	color: #eee;
	text-decoration: none;	
}
a:active {
	color: #000;
	text-decoration: none;
}
img {
  border: 2px solid #904D16;
}
.noBorder {
  border: none;
}