
body {
font-size: 9pt;
color: black;
font-family: "Arial"; 
}

A:hover {														/*Link bei Mouseover... Sonst wie oben*/
font-size: 9pt;
color: black; 
font-family: "Arial"; 
}

A:link {																/*Allgemein: Link*/
color: black; 														/*Link: Farbe*/
text-decoration: none; 										/*Dekoration: keine (also keine Linie unter dem link)*/
font-size: 9pt; 													/*schriftgrösse*/
font-family: "Arial";
text-decoration: underline;
}

A:visited {															/*Besuchter Link, sonst alles wie oben :)*/
color: black;
text-decoration: none; 
font-size: 9pt; 
font-family: "Arial";
text-decoration: underline;
}

.style {
font-size: 9pt;
color: black;
font-family: "Arial"; 
}
