body {
  background-color: #6c6;
}

#header, #content, #footer {
  background-color: #fff;
  border: solid 3px #030;
  color: #030;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 30px;
  padding: 20px;
}

#header {
}

#header h1 {
  margin-bottom: 0;
}

#content {
}

#content p.last {
  margin-bottom: 0;
}

#content a:link, #content a:visited, #content a:hover {
  font-weight: bold;
}

ul.nav, ul.nav li {
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

a:link, a:visited, a:hover {
  color: #030;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
