
/* Hintergrundbild */
 body {background-image: url(images/hintergrund.jpg)}

/* Schriftfamilie und Größe */
 body {font-size: 15px; font-family: Sixties; color: #000000; ; margin-left: 70px; margin-top: 70px}
 p {font-family: Sixties; font-size: 15px}

/* Hyperlink Farbe - Schriftgröße und Schriftfamilie */
 A {color: #000000; font-size: 15px; font-family: Sixties}

/* Hyperlink  besuchte Seite */
 A:visited {color: #0000FF}

/* Hyperlink  aktive Seite */
 A:active {color: #FF0000}

/* Überschriften*/
 h1 {font-family: Sixties; font-weight: bold; font-size: 20px}
 h2 {font-family: Sixties; font-weight: bold; font-size: 17px}
 h3 {font-family: Sixties; font-weight: bold; font-size: 16px}

/*Fußnoten*/
 h5 {font-family: Sixties; font-weight: bold; font-size: 12px}

/*Tabellen*/
 tr {font-family: Sixties; font-size: 15px}
 td {font-family: Sixties; font-size: 15px}
