body {
  color: black;
  background: white;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 0.9em;
}

#topnav {
  background: #eeeeee;
}


#bottomnav {
  text-align: center;
}

#content {
  margin-left: auto;
  margin-right: auto;
  width: 630px;
  padding: 1em;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 0.9em;
}

h1, h2, h3, h4 {
  font-family: georgia, serif;
}

h1 {
  font-size: 2.2em;
  border-bottom: 1px dotted #333333;
}

h2 {
  font-size: 1.3em;
  border-bottom: 1px dotted #333333;
}

a {
  color: rgb(0,0,255);
  text-decoration: none;
  border-bottom: 1px solid white;
}

a:visited {
  color: rgb(0,0,200);
  border-bottom: 1px solid white;
}

a:active {
  color: rgb(255,0,0);
  border-bottom: 1px dashed rgb(255,0,0);
}

a:hover {
  border-bottom: 1px solid rgb(255,0,0);
}
