td, body {
  font-family: Verdana;
  font-size:10pt;
}

body {
  background-color: #33CCFF;
}

a, a:visited, a:active, a:link {
  font-weight: bold;
  text-decoration: none;
  color: #005177;
}

a:hover {
  text-decoration: none;
  color: #CC3333;
}

h3 {
  background-color :#005177;
  color: #33CCFF;
  text-align: center;
  margin-top: 10px;
}

#header {
  width: 666px;
  position: relative;
  top: 0px;
  left: 50%;
  margin-left: -333px;
  text-align: center;
}

.album {
  width: 400px;
  position: relative;
  top: 0px;
  left: 50%;
  margin-left: -200px;
  clear:both;
}

.album img.fl {
  float: left;
  margin-right: 10px;
  margin-bottom: 25px;
}

.album img.fr {
  float: right;
  margin-left: 10px;
  margin-bottom: 25px;
}
