body
{
  background-color: #e1e1e1;
  margin-left: 0px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.menu
{
  font-family: Tahoma;
  font-size: 14px;
  color: #ffffff;
}

.menu a
{
  color: #ffffff;
  text-decoration: none;
}

.menu a:hover
{
  color: #ffffff;
  text-decoration: none;
}

.indhold
{
  font-family: Tahoma;
  font-size: 14px;
  color: #000000;
}

.indhold a
{
  color: #ff0000;
  text-decoration: underline;
}

indhold a:hover
{
  color: #292929;
  text-decoration: none;
}