/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */

a:link 
{ font-family: Arial; 
font-size: 12px;
font-weight: bold; 
color: blue; 
text-underline: none; 
text-decoration: underline; } 

a:active 
{ font-family: Arial; 
font-size: 12px; 
color: #FFFFFF; 
font-weight: bold; 
text-underline: none; 
text-decoration: underline; } 

a:visited 
{ font-family: Arial; 
font-size: 12px;
font-weight: bold;
color: #666666; 
text-underline: none; 
text-decoration: underline; } 

a:hover 
{ font-family: Arial; 
font-size: 12px; 
color: #FFFFFF; 
font-weight: bold; 
text-underline: none; 
text-decoration: underline; } 

