body {
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica,
               sans-serif;
  color: black;
  background: white;
}

h1 {
  font-variant: small-caps;
  margin-left: 5px;
}

#menu {
  float: left;
  background: #ff6622;
  width: 150px;
}

#menu ul {
  list-style-type: none;
}

#main {
  margin: 2px 25% 0 165px;
  <!-- text-align: justify;>
}

#header {
  clear: both;
  background-color: #ff6622;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
  
#footer {
  clear: both;
  background-color: #ff6622;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-size: 75%;
}

#footer .leftfooter {
  float: left;
  text-align: left;
}

#footer .rightfooter {
  float: right;
  text-align: right;
}

.clear {
  clear: both;
  height: 0;
}

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

body a, body a:active {
  color: #cc3366;
}

body a:visited {
  color: #6633cc;
}

body a:hover {
  color: #009999;
}

table {
  font-size: 75%;
}
                                                                                
th {
  background: #ff6622;
}

