/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { font-family: 'Times New Roman', Times, Serif, serif; background-color: rgb(255,255,255); background-image: url("../figur.jpg");}
 A:active { color: rgb(0,51,255); text-decoration: underline;}
 A:link { color: rgb(23,70,255); text-decoration: underline;}
 A:visited { color: rgb(0,0,0); text-decoration: underline;}
 P { font-family: 'Times New Roman', Times, Serif, serif;}
 A { text-decoration: none ;}
 .TextNavBar { font-size: xx-small;}
 A:hover { color: rgb(0,51,255); text-decoration: underline;}
 
