/* CSS-DATEI FÜR JOLLYS HOMEPAGE */
/* ----------------------------- */


/* SCHRIFTART */
body { font-family:'Trebuchet MS',Verdana,Arial,sans-serif; }         


/* LINKS */
a:link { text-decoration:underline; }
a:visited { color:#004080; text-decoration:underline; }
a:active { color:#FF0000; text-decoration:underline; }
a:hover { color:#FF0000; text-decoration:underline; }

