h1 {
  font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  font-size: 23px;
  margin-top: 0em;
  margin-bottom: 0em;
}

p {
  font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  font-size:14px;
  color:#404040;
}

a.menu:link {
  font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}
a.menu:visited {
  font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}
a.menu:hover {
  font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  color: #ffffff;
  font-size: 13px;
  text-decoration: underline;
}
a.menu:active {
  font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}

body {
  width: 800px;
  height: 100%;
  background-color:#404040;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  align="left";
  width: 800px;
  margin-top: 0em;
  margin-bottom: 0em;
  background-color:#000000;
}
.heading a:link {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}
.heading a:visited {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}
.heading a:hover {
  color: #ffffff;
  font-size: 13px;
  text-decoration: underline;
}
.heading a:active {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}
