

DIV.header1 {
  margin-bottom: 9;
  FONT-WEIGHT: bold;
  FONT-SIZE: 13px;
  COLOR: #957f66;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  FONT-VARIANT: normal
 
}

A { 
/*wird pro Seite separat gesetzt */
/*alle Links (noch nicht besucht*/
color: #957f66; 
/*text-decoration: none;*/
text-decoration: underline; 
font-style: normal

}

 a:visited {
	text-decoration: underline;
	color: #957f66;
}

a:hover {
  /*Roll Over*/
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	/*font-size: 11px;*/
	color: #666666;
} 
