body {
  margin: 0;
  padding: 0;
  background-color: white;
}



div#copy {
  width: 40%;
  font-family: Helvetica, "MS Trebuchet", sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%; 
}

em {
  color: #172C05;
  font-style: normal;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #5DB015;
}

a:hover {
  text-decoration: underline;
}

p.first {
  font-size: 125%;
}

/*
div#header_bar {
  padding: 0;
  margin: 0;
  background-color: #216300;
  width: 100%;
  border-bottom: 2px solid #34C512;
  color: white;
  font-family: Helvetica, "MS Trebuchet", sans-serif;
  font-size: 11pt;
  font-weight: normal;
} 

div#header_bar a {
  padding: 5px;
  color: white;
  text-decoration: none;
}

div.box {
  float: left;
  width: 400px;
}
*/