/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: 'Times New Roman', serif; background-color: rgb(255,255,255);}
 A:active { color: rgb(0,0,255);}
 A:link { color: rgb(0,0,255);}
 A:hover { color: rgb(204,0,0);}
 A:visited { color: rgb(0,51,153);}
 .TextObject { font-family: 'Times New Roman', serif;}
 P { font-family: 'Times New Roman', serif;}
 .TextNavBar { font-size: x-small; font-weight: normal; font-style: normal;}
 
