#body1{
  background-color:#fbe2ae;
}

#body1 a{
  color:#862f0d;
  text-decoration:none;
}

#body1 a:hover{
  text-decoration:underline;
}

#mainTD{
  background-color:#FFD678;
  font-family:Trebuchet MS;
  font-size:10pt;
  color:#77290b;
  vertical-align:top;
  background-repeat:no-repeat;
  background-position:bottom right;
  padding-bottom: 130px;
}

#mainTD a{
  color:#862f0d;
  text-decoration:underline;
}

#mainTD a:hover{
  text-decoration:none;
}

#menuTD{
  background-color:#fcb73e;
  vertical-align:top;
  font-family:Trebuchet MS;
  font-size:10px;
  font-weight:none;
  color:#862f0d;
}

#titel{
  text-transform:capitalize;
  text-align:justify center;
  border-bottom:solid #77290b 1px;
  font-weight:bold;
  font-size:15pt;
}

hr{
  border:none;
  border-top:solid black 1px;
}

ul{
  list-style: disc;
}


