body{
margin-left: 12;
 margin-right: 6;
 margin-top: 0;
 margin-bottom: 0;
}
/* bisher nicht besuchte links */
a:link {
 color: #0000ff;
 background-color: transparent;
 text-decoration: none;
}

/* bereits besuchte links */
a:visited {
 color: #003399;
 background-color: transparent;
 text-decoration: none;
}

/*  links während der Anwender mit der Maus darüber fährt */
a:hover {
 float: none;
 width: auto;
 color: #6699cc;
 background-color: transparent;
 height: auto;
 text-decoration: underline;
 }

a.blacklink
{ color: #FFCC00;
  text-decoration: none;}

a.blacklink: visited {
  color: 'FFCC00;
  text-dcoration: none;
}
a.blacklink:hover {
 text-decoration: none;
}
