/* CSS Document */
body {
  text-align: center;
  font-size: 10px; 
  font-family: Verdana;
  margin: 2% 2% 2% 2%;
  background-color: #009999;
  color: #FFFFFF;
}

h1 {
  font-size: 15px;
  color: #FFFF00;
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  border: thin ridge Blue;
}

q {
  font-style: italic;
}

a {
  color: #FFFFFF;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  font-weight: bold;
}
a.empty {
  text-decoration: none;
}
a.empty:hover {
  font-weight: normal;
}

div#nav {
  text-align: left;
}

div#contact {
  text-align:right;
  float:right;
}

div.sponsor {
  font-weight: bold;
  font-size: 13px;
}

table.content {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}

table.content tr td {
  width: 33%;
  vertical-align: top;
}

q.one {
  color:#99FF00;
  font-weight: bold;
}
