body {
  background: #fff;
  font-family: sans-serif;
  text-align: center;
}

#main {
  background: #fff;
  margin: auto;
  margin-top: 10px;
  width: 770px;
}

#copyright {
  font-size: x-small;
  text-align: center;
}

#header {
  text-align: left;
}

#header a img {
  border: 0px;
  font-size: .8em;

}

#menu {
  width: 100%;
  text-align: center;
}

.menuitem {
  text-transform: lowercase;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0px;
  font-size: .8em;
}

.menuitem a {
  text-decoration: none;
  color: #aaa;
}

.menuitem a:hover {
  color: black;
  border-bottom: 1px dotted black;
}

#content {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: small;
  text-align: left;
}

IMG {
    display: block;
    margin-left: auto;
    margin-right: auto }

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

#content a {
  color: black;
  border-bottom: 1px dotted black;
  text-decoration: none;
}

#content a:hover {
  color: red;
  border-bottom: 1px dotted red;
}

.badge {
  width: 200px;
  border: 1px solid #ccc;
  padding: 6px;
  float: right;
  margin-left: 10px;
}

.badge img {
  border: 0px;
}

.caption {
  margin-top: 6px;
  font-size: xx-small;
  text-align: center;
}

.caption a {
  text-decoration: none;
  color: black;
}

.caption a:hover {
  color: black;
  border-bottom: 1px dotted black;
}


.title {
  font-size: medium;
  text-align: center;
}

.tagline {
  text-align: center;
}

h2 {
  font-size: large;
  font-weight: normal;
}

.tagline {
  text-align: center;
}

