/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { color: rgb(0,0,0); background-color: rgb(255,255,255);}
 A:active { font-family: Tahoma,sans-serif; font-size: x-small; color: rgb(0,51,255); text-decoration: none ;}
 A:link { font-family: Tahoma,sans-serif; font-size: x-small; color: rgb(0,0,204); text-decoration: none ;}
 A:hover { font-family: Tahoma,sans-serif; font-size: x-small; color: rgb(255,51,0); font-style: italic; text-decoration: underline; background-color: rgb(255,204,153);}
 A:visited { font-family: Tahoma,sans-serif; font-size: x-small; color: rgb(102,102,255);}
 A { font-family: Tahoma,sans-serif; font-size: x-small; text-decoration: none ;}
 
