.bg_logo {
  background-image : url(images/logo.jpg?align="bottom");
  background-repeat : no-repeat;
}

body {
  background-color : #eeeacd;
  background-image : url(images/bg.jpg);
  color : #003d5f;
  font-family : arial;
  font-size : 10pt;
  font-weight : normal;
  margin: 0;
}

#page-content {
  padding-left: 80px;
  padding-right: 80px;
}

h2 {
  text-align: center;
}

a {
  color : maroon;
  font-weight : bold;
  text-decoration : none
}

a:hover {
  color : red;
  font-weight : bold;
  text-decoration : none
}

td {
  font-size : 9pt;
}

#page-content img {
  margin-top: 4px;
  border: 1px #888 solid;
}

#page-content img.left {
  margin-right: 1em;
  float: left;
}

#page-content img.right {
  margin-left: 1em;
  float: right;
}

.center {
  text-align: center;
}

.text {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}
