body { 
  font-family:Arial; 
  background-color:#FFFFFF;
  margin-top:15px; 
  margin-left:15px;
  margin-right:15px;
  margin-bottom:15px;
  }

p { font-family:Arial; }

a:link {
  color: #0000FF;
  text-decoration: none;
  background: transparent;
  }

a:visited {
  color: #4B4BC1;
  text-decoration: none;
  background: transparent;
  }

a:hover {
  color: #C00000;
  text-decoration:underline;
  background: transparent;
  }

a:active {
  color: #FFFFFF;
  text-decoration:underline;
  background: #8C8CFF;
  }


.klapp:link {
  color: #000000;
  text-decoration: none;
  background: transparent;
  }

.klapp:visited {
  color: #000000;
  text-decoration: none;
  background: transparent;
  }

.klapp:hover {
  color: #000000;
  text-decoration:underline;
  background: underlined;
  }

.klapp:active {
  color: #000000;
  text-decoration:underline;
  background: transparent;
  }

.divs { width:100%; background-color:#FBFBEF; padding:5px; border:1px solid #777; }