body {
  font-size: 20px;
  font-family: Arial;
}

h2 {
  text-transform: uppercase;
  font-family: "Trebuchet MS", Arial;
  letter-spacing: 2px;
  margin-top: 0px;
  font-size: 46px;
}

a, a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #990000;
}

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

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

table {
  font-size: 100%;
}


#wrapper {
  margin: 50px;
}

#header {
  float: left;

}

#photo {
  float: right;
  padding: 0px 10px 20px;
}

#content {
  clear: both;
}
