
#header h1 {
  font-family: Georgia, serif;
  font-size: 200%;
  color: #00539F;
  text-align: center;
  text-transform: uppercase;
}
#header h1 span {
  padding-top: 5px;
  line-height: 0.85em;
  display: block;
  font-size: 230%;
  font-weight: bold;
  margin-left: 0.35em;
  letter-spacing: 0.35em;
}

#authors { list-style: none; padding-left: 0;}
#content {
  width: 100%;
  }
#sidebar {
  display: none;
  }

#header ul {
  display: none;
}

a {
  color: inherit;
}

.alignright {
  float: right;
}