
/* Definiert für den Titel-Link die Schriftfamilie, Schriftgrösse, Schriftfarbe und Form */
 
a {  font-family: "Comic Sans MS"; "Trebuchet MS"; Arial;  sans-serif; 
font-size: 38px; text-decoration: none; font-weight: bold; color: #B34D00}

a:link    {color:#B34D00}
a:visited {color:#B34D00}
a:active  {color:#0083B3}
a:hover   {color: #0083B3}
