/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { font-size: x-small; color: rgb(102,102,255); font-weight: bold;}
 A:link { font-size: x-small; color: rgb(102,102,204); font-weight: bold; text-decoration: none ;}
 A:visited { font-size: x-small; color: rgb(102,102,153); font-weight: bold; text-decoration: none ;}
 A:hover { font-size: x-small; color: rgb(136,136,255); font-weight: bold;}
 