/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */BODY { font-family: Arial; color: rgb(41,54,163); background-color: rgb(255,255,255); } A:active { font-size: small; color: rgb(41,54,163); text-decoration:none; } A:link { font-size: small; color: rgb(41,54,163); text-decoration:none; } A:visited { font-size: small; color: rgb(41,54,163); text-decoration:none; } A:hover { font-size: small; color: rgb(255,0,0); text-decoration:underline; } P { margin: 0pt 0pt;} .TextNavBar { color: rgb(41,54,163);} 