/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { font-family: 'Comic Sans MS', Chicago, Sans-serif, cursive; font-size: 10pt; background-color: rgb(255,255,255); background-image: url("./assets/images/bg.jpg");}
 A:active { font-size: 10pt; color: rgb(204,255,0); text-decoration: none ;}
 A:link { font-size: 10pt; color: rgb(0,0,0); text-decoration: none ;}
 A:visited { font-size: 10pt; color: rgb(153,0,102); text-decoration: none ;}
 .TextObject { font-size: 10pt;}
 P { font-size: 10pt;}
 .TextNavBar { font-size: xx-small; color: rgb(0,0,0);}
 A:hover { color: rgb(153,0,102); text-decoration: none ;}
 
