/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { background-color: rgb(205,203,201); background-image: none;}
 A:active { color: rgb(0,0,0);}
 A:link { font-family: 'Times New Roman', Times, Serif; font-size: small; color: rgb(0,0,0); font-weight: bold; text-decoration: none ;}
 A:visited { font-family: 'Times New Roman', Times, Serif; font-size: small; color: rgb(102,102,102); font-weight: bold; text-decoration: none ;}
 A:hover { font-family: 'Times New Roman', Times, Serif; font-size: small; color: rgb(0,0,0); font-weight: bold; background-color: rgb(205,203,201);}
 