

/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */


BODY { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; background-color: rgb(255,255,255);}
 A:active { color: rgb(255,0,0);}
 A:link { color: rgb(0,51,204);}
 A:visited { color: rgb(153,0,153);}
 .TextNavBar { font-size: xx-small;}
 A:hover { color: rgb(255,0,0);}
<p>:link { color: rgb(0,51,204);} :visited { color:
rgb(153,0,153);} :active { color: rgb(255,0,0);} BODY { color:
rgb(0,0,0);} </STYLE> </p>

/* <p>:link { color: rgb(0,51,204);} :visited { color:
rgb(153,0,153);} :active { color: rgb(255,0,0);} BODY { color:
rgb(0,0,0);} </STYLE> </p> */

<style type="text/css">
a:link { text-decoration:none; font-weight:xx-small; color:#201918; }
a:visited { text-decoration:none; font-weight:xx-small; color:#800000; }
a:hover { text-decoration:none; font-weight:xx-small; background-color:#5fc4ed; }
a:active { text-decoration:none; font-weight:xx-small; background-color:#ff9939; }
a:focus { text-decoration:none; font-weight:xx-small; background-color:#087; }
</style>

