/* DATEI: html.css - legen sie hier die Formatierung von Text und Links fest.*/


/* Slogan - Schriftart*/
p { font-family:Arial,sans-serif; }

/* Slogan - Schriftgröße*/
p { font-size:25px; margin-bottom:18px; }


/* Text - Schriftart*/
div,td,th,address,blockquote,nobr,b,i {font-family:Arial,sans-serif; }

/* Text - Schriftgröße*/
ul,ol,li,div,td,th,address,blockquote { font-size:10px; }


/* Links - Farbe und Auszeichnung*/
a:link { color:#0000FF; text-decoration:underline; }

a:visited { color:#006400; text-decoration:underline; }

a:active { color:#FF0000; text-decoration:none; }

a.an { text-decoration:none; }


/* Hintergrundfarbe*/
body {background-color:#FFFFFF;}



