div#content > h1 {
  font-size: 20px;
  font-variant: small-caps;
  font-family: sans-serif;
}

img.floatLeft { 
    float: left; 
    margin: 0px 20px 0px 5px; 
}

a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}