body {
  color: black;
  background: #ffffff;
  font-family: tahoma, serif;
  font-size: 10pt;
}

.frame {
  width: 800px;
}

.header {
  float: top;
  color: white;
  background: #000000;
  font-size: 7pt;
  text-align: left;
  margin-left: 10px;
}

.menu {
  color: white;
  background: black;
  font-size: 8pt;
  text-align: left;
  padding: 0px;
  margin-left: 10px;
  padding: 5px;
  height: 10px;
  background-image: url('img/top.jpg');
}

.buttons {
  letter-spacing: 5px;
}

.left {
  float: left;
  color: black;
  background: #FFCC00;
  font-size: 9pt;
  padding: 10px;
  margin-left: 5px;
  text-align: justify;
  height: 525px;
  width: 200px;
  overflow: auto;
}

.right {
  float: right;
  color: black;
  background: #99CC00;
  font-size: 9pt;
  padding: 10px;
  text-align: justify;
  height: 525px;
  width: 550px;
  overflow: auto;
}

.main {

}

.footer {
  float: bottom;
  color: #666666;
  background: #cccccc;
  font-size: 7pt;
  text-align: left;
/*  border: 1px solid white; */
  padding-left: 1em;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  margin-left: 10px;
}

.quote {
  text-align: center;
  margin-bottom: 1em;
/*  font-weight: bold; */
}

.signature {
  text-align: right;
  font-style: italic;
}

.ads  {
  float: left;
}

a {
  padding-right: 20px;
  color: white;
  text-decoration: none;
}

a:hover {
  padding-right: 20px;
  color: white;
/*  background: #E4E4E4; */
  text-decoration: none;
  font-style: italic;
}

h1, h2, h3, h4 {

  color: #000000;
  border-bottom: 1px solid black;
  border-left: 5px solid black;
  border-right: 5px solid black;
  text-align: center;
  
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
  margin-top: 1em;
  margin-bottom: 1em;
  text-transform: lowercase;
}

img {
  margin: 5px;
  border: 1px solid black;
  border-left: 5px solid black;
}
