#top {position: absolute;
  width: 775;
  left: 0px;
  top: 0px;
  color: #FFFFFF;
  padding: 0px;
}

#navigation {position: absolute;
  width: 200;
  left: 0px;
  top: 128px;
}

#content {position: absolute;
  width: 526;
  left: 220px;
  top: 144px;
  font-family: Arial, Verdana, Times New Roman, Times;
  font-size: 12px;
}

a:hover {color: red;
text-decoration: underline;
}

a:link {color: #003371;
text-decoration: none;
}


ul {list-style-type: none;
  margin-left: 16px;
  margin-top: 0px;
}

li {margin-left: 0px;
  margin-top: 0px;
}

.menu a {
  margin: 6px;
  width: 140px; 
  height: 20px;
  display: block;
  font-family: Arial, Verdana, Times New Roman, Times;
  text-align: center;
  border: 1px solid #003371;
  text-decoration: none;
  color: #003371;
  background: #FFFFFF;
}

.menu a:hover {
  background: #003386;
  border: 1px solid red;
  color: red;
  text-decoration: none;
}

.menu a:active {
  background: #003371;
  border: 1px solid red; 
  color: white;
}
