body {
  font-family: Arial;
  margin: 0px;
  padding-top: 20px;
  font-size: 10pt;
}

a {
  color: #ff4e00;
}

#menu {
  border-bottom: 2px solid #dadae4;
}

#menu ul {
  list-style: none;
  line-height: normal;
  width: 260px;
  margin: 0; padding: 0;

}

#menu ul li {
  display: inline;
  list-style: none;
  margin: 0; padding: 0;


}

#menu a {
  display: block;
  padding: 10px 0 10px 10px;
  color: #ff4e00;
  text-decoration: none;
  border-top: 1px solid #dadae4;
  font-weight: bold;
}


#menu a:hover {

  background: #dadae4;
}

div.maintext {
  margin: 20px;
}

h1 {
  color: #535353;
  font-size: 18pt;
}

h2 {
  color: #848484;
  font-size: 10pt;
}

hr {
  border:solid #ff4e00 1px;
  height: 1px;
  width: 560px;

}

div.footer {
  text-align: center;
  margin-bottom: 20px;
}