/* styles.css */
body {margin: 20 20 20 20; background-color:white;}
p {font-family:Garamond,Arial, Times New Roman; }
h3,h4 {font-family:Avantgarde,Arial,sans-serif;}
p.mitte {vertical-align:middle; font-family:Garamond,Arial, Times New Roman; }
p.ohne {vertical-align:middle; font-family:Avantgarde,Arial,sans-serif;font-weight:bold}
table {font-family:Garamond,Arial, Times New Roman;}


a:link { color:#aaaaaa; text-decoration:none; font-family:Garamond,Arial, Times New Roman;}
a:visited { color:#aaaaaa; text-decoration:none;font-family:Garamond,Arial, Times New Roman; }
a:active { color:#aa0000; text-decoration:none; font-family:Garamond,Arial, Times New Roman;}

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */