/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { background-color: rgb(0,0,51); background-image: none;}
 A:link { color: rgb(255,255,153);}
 A:visited { color: rgb(255,255,153);}
 H1 { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: small; color: rgb(255,255,255); font-weight: normal; font-style: normal;}
 H2 { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: medium; color: rgb(255,204,102); font-weight: normal; font-style: normal;}
 P { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: x-small; color: rgb(255,255,255); font-weight: normal; font-style: normal;}
 .TextNavBar { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: xx-small; color: rgb(255,255,255); background-color: rgb(0,0,51); border: 1pt solid rgb(0,0,0);}
 
