body {
  color: black;
  background: white;
  font-family: verdana, arial;
  font-size: 12pt;
}

.footer {
  float: top;
  color: black;
  background: white;
  padding: 10px;
  text-align: center;
  font-size: 20pt;
  border-bottom: 1px dashed black;
  height: 35px;
  width: 800px;
}

.menu {
  width: 300px;
  padding-top: 30px;
  padding-bottom: 10px;
  text-color: black;
  text-align: center;
  float: left;
}

.bottom {
  background: white;
  padding: 10px;
  float: bottom;
  border: 10px solid black;
  text-align: justify;
}

.right {
  padding: 10px;
  padding-top: 30px;
  color: black;
  float: right;
  width: 480px;
  height: 485px;
  overflow: auto;
  text-align: justify;
}

.main {
  background: white;
  width: 800px;
  height: 580px;
  overflow: hidden;
  border: 1px dashed black;
}

h1, h2, h3, h4 {
  font-size: 20pt;
  text-transform: lowercase;
  color: black;
  text-align: right;
}

a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
