a:link {
  text-decoration:  none;
  font-weight:      bold;
  background-color: #ffff99;
  color:            #9999ff;
  } 
a:visited {
  text-decoration:  none;
  font-weight:      bold;
  background-color: #ffff99;
  color:            #9999ff;
  } 
a:hover   {
  text-decoration:  none;
  font-weight:      bold;
  background-color: #9999dd;
  color:            #ffffff;
  } 
a:link.kopf {
  text-decoration:  none;
  font-family:      times new roman;
  font-weight:      bold;
  background-color: #333399;
  color:            #ffffff;
  } 
a:visited.kopf {
  text-decoration:  none;
  font-family:      times new roman;
  font-weight:      bold;
  background-color: #333399;
  color:            #ffffff;
  } 
a:hover.kopf   {
  text-decoration:  none;
  font-family:      times new roman;
  font-weight:      bold;
  background-color: #9999dd;
  color:            #ffffff;
  }
p              {
  margin-top:       0.5em;
  margin-bottom:    0.0em;
  }    
