
DIV.header1 {
  margin-bottom: 9;
  FONT-WEIGHT: bold;
  FONT-SIZE: 13px;
  COLOR: #1f6e9a;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  FONT-VARIANT: normal
 
}

A { 
  /*alle Links (noch nicht besucht*/
  color: #1f6e9a; 
  text-decoration: underline;
  font-style: normal
}

a:visited {
  /*besuchte Links*/
  text-decoration: underline;
  color: #1f6e9a;
}

a:hover {
  /*Roll Over*/
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #666666;
} 

