body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: small;
  font-family: arial, helvetica, sans-serif;
  line-height: 140%;
  margin-bottom: 30px;
}

h1, h2, h3, h4 {
  font-family: Utopia, Georgia, serif;
  font-weight: bold;
}
h1 { font-size: 150% }
h2 { font-size: 130% }
h3 { font-size: 110% }

address { font-style: normal }
img { border: none }

/* Link styles */
:link, :visited {
  color: #222;
  text-decoration: none;
  border-bottom: 1px dotted #bbb;
}
:link:hover, :visited:hover {
  background-color: #eee;
  color: #000;
}
h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
 color: inherit;
}

#topbar {
  background: #943329;
  padding: 3px 0 3px 0;
  width: 100%;
}

#topbar ul {
  margin: 0px;
  text-align:center;
  text-transform: lowercase;
}
#topbar li {
  list-style: none;
  display: inline; margin: 0 9px 0 9px;
}
#topbar li a {
  border: 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#topbar li a:hover { color: #000;}
#page {
    width: 720px;
    margin: 0 auto;
}
#content {
    padding: 0px;
    margin-bottom: 6px;
    clear: both;
}
