
body {
  margin: 0;
  padding: 0;
  background: #141f3e url(background.png) repeat-y;
  color: #fff7b8;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-size: 14px;
}

h1 {
  margin-top:0;
}

a:link {
  color: white;
}

a:visited {
  color: #ccc;
}

a:hover {
  color: lightblue;
}

a:active {
  color: yellow;
}

#navigation {
  float: left;
  width: 141px;
  margin: 0;
}

#content {
  padding-top: 20px;
  margin-left: 160px;
}

#navigation ul {
  list-style: none;
  text-align: center;
  margin: 0; padding: 0;
}
 
#navigation ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 2px solid #141f3e;
  color: #fff7b8;
  font-size: 17px;
  text-transform: uppercase;
}

#navigation ul li a:hover {
  background: #3c59bb;
}