/* DATEI: styles.css */
/* Format Definition von Berni's Webseite */

/* Link-Farbe definieren */
/* --------------------- */
/* Geht aber mit Netscape nicht */

a:link { text-decoration: none; color: #0000FF; }
a:visited { text-decoration: none; color: #0000FF; }
a:hover { text-decoration: underline; color: #FF0000; }
a:active { text-decoration: none; color: #0000FF; }





