/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-serif, sans-serif; color: rgb(0,0,0); background-color: rgb(255,255,255); 
background-image: none;}
 A:active { color: rgb(255,0,0); text-decoration: underline;}
 A:link { color: rgb(0,0,255); text-decoration: none ;}
 A:visited { color: rgb(0,0,153); text-decoration: none ;}
 A:hover { color: rgb(255,0,0); text-decoration: underline;}
 