body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-serif;
	margin-top: 70px;
}

 p {
   text-align: center;
   font-size: 120%;
 }
 
h1 {
   color: #61734B;
   text-align: center;
   font-size: 180%;
   font-weight: bold;
   padding-top: 30px;
}

a {
  color: #61734B; 
  font-weight: bold;
  text-decoration: none;
}

a:hover {
	color: #87877D;
}	