body { 
  font-family: "Calibri", "MS Sans Serif", "Helvetica Neue", "Helvetica", "Tahoma";
  padding: 0;
  margin: 0;
  color: #FFFFFF;
}

#header {
  width: 100%;
  height: 200px;
  padding:0px;
  margin:0px;
  margin-top: 120px;
}


h1{
  margin-top: 90px;
}

strong{
  font-weight: bold;
}

#subheading{
  padding-left: 1px;
  margin-top:-30px;
}

#blurb{
  margin-top: 90px;
  font-size: 120%;
}

#navigation{
  margin-top: 10px;
  float: right;
}

#navigation li{
  list-style: none;
  display: inline;
  margin-right: 20px;
  font-weight: bold;
  font-size: 110%;
}

#navigation a {
  text-decoration: none;
}


#navigation a, a:visited{
  border-bottom: 1px solid #B0B0B0;
  color: #A8C018;
}

#navigation a:hover{
  color: #B0B0B0;
}

ol li{
  font-size: 130%;
  margin-bottom: 10px;
}

.bigger{ 
  font-size: 130%;
}

.center{
  text-align: center;
}