body {
  margin: 0;
  font-family: Verdana, Helvetica, sans-serif;
}

a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

a.ap {
  color: orange;
}

a:hover,
a.ap:hover {
  color: #CCCCCC;
}

#header {
  width: 100%;
  background: #26709B;
  border-bottom: 1px solid #CCCCCC;
}

.menu {
  color: white;
  font-size: 11px;
  margin-left: 10px;
  margin-right: 20px;
  line-height: 20px;
}

.menu p {
  margin: 0;
}

.menu img {
  margin-top: 5px;
  margin-bottom: 5px;
}

#content {
  position: absolute;
  font-size: 0.8em;
  top: 70px;
  left: 5%;
  right: 5%; 	
}

#content a {
  color: blue;
  font-weight: normal;
}


