body { 
   font-weight: normal; 
   color: #000000; 
   background: white;
   font-size: 75%;
   font-family: Helvetica, sans-serif, Arial; 
}

#mainbody {
  width: 80%;
  padding: 2%;
  margin-left: auto;
  margin-right: auto;
}

h1
{
  font-size: 288%;
  font-style: normal;
  text-align: center;
}

h2
{
  color: white;
  background: #00688b;
  padding: .25%;
  padding-left: 1%;
}

.section-body
{
  margin-left: 2%;
}

span.subhead {
  font-size: 120%;
}

div.objective {
  font-size: 120%;
  font-weight: bold;
  text-align: left;
  position: relative;
  left: 5%;
  width: 90%;
  margin-top: 2%;
  margin-bottom: 2%;
}

#contactinfo { 
  margin-top: -2.5%;
  line-height: 140%;
  text-align: center;
} 

.announcement {
  font-size: 150%;
}

:target {
  border: 2px solid red;
}
