body {
  background: white;
  color: black;
  font-family: "Tahoma", "Verdana", sans-serif;
  font-size: 80%;
  margin: 0px;
  background: #888888;
  line-height: 1.6;
}

.toptable, .maintable, .bottomtable {
  color: #000000;
  width: 100%;
}

.toptable {
  color: white;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: black;
}

.bottomtable {
  color: white;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: black;
}

.menu {
  background: #FF9900;
}

.content {
  background: #FFFFFF;
}

h1 {
  font-style: italic;
  font-size: 250%;
  margin-bottom: 0px;
  margin-top: 0px;
}

h2 {
  font-style: normal;
  font-size: 200%;
  margin-bottom: 0px;
  margin-top: 0px;  
  text-align: left;
}

address {
  font-size: 90%;
  font-style: normal;
  text-align: right;
}

a {
  color: darkblue;
}

a.titleurl {
  color: white;
  text-decoration: none;
}

p {
  margin-top: 0em;
margin-bottom: 0em;
}

h3 {
/*  margin-bottom: 0em;*/
}
