/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */
BODY { background-image: url("./Mix-BG-Raack.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-position: bottom right;}
 A:active { color: rgb(204,0,0); background-color: rgb(255,255,255);}
 A:link { color: rgb(204,0,0); background-color: rgb(255,255,255);}
 A:visited { color: rgb(204,0,0); background-color: rgb(255,255,255);}
 P { color: rgb(0,0,102);}
 A { color: rgb(204,0,0); background-color: rgb(255,255,255);}
 .TextNavBar { color: rgb(153,204,255);}
 A:hover { color: rgb(204,0,0); background-color: rgb(255,255,255);}
 
