A	{
  color: #F80;
  text-decoration: none;
}

A:Hover	{
  color: #F00;
}

A:Active{
  color: #000;
  text-decoration: underline;
}

BODY	{
  background: #FFF;
  font-family: Georgia, sans-serif;
}

H3	{
  text-align: right;
}

HR	{
  width: '60%';
  height: 1px;
  color: #000;
}

TD	{
  font-size: 10pt;
  vertical-align: top;
}

#menu	{
  background: #F9F9F9;
  text-align: center;
  padding: 5px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

#inhalt	{
  background: #FFF;
  width: 640px;
  height: 450px;
  padding: 5px;
}

