body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A9A576;
}
a:link {
    color: #035B03;
    text-decoration: none;
}
a:visited {
  color: #035B03;
  text-decoration: none;
}
a:hover {
    color: #CC0000;
    text-decoration: underline;
}
a:active {
    color: #035B03;
    text-decoration: none;
}
h1 {
	display:none;
	}
h2 {
  display: none;
}