BODY 
{
   background-repeat: no-repeat;	
   background-attachment: fixed;
   background-position: left top;
		
}

p, h1, h2, h3, h4, h5, h6, ol, ul 	/* font gängiger Text-Tags einstellen */ 
{
  font-family: Calibri;
  color: black; 
  font-size: 1em;
}

a 
{
  text-decoration: none; 		/* entfernt unterstreichung bei link´s (anchor) */
} 

a:link 
{
  color: black; 				/* a mit Pseudo-Element link auf blau - blaue Link´s - */
}

a:visited 
{
  color: black; 				/* besuchte Link´s sind auch blau */
}


