/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { color: rgb(0,0,0); background-color: rgb(255,255,204);}
 A:active { color: rgb(255,0,0); text-decoration: underline;}
 A:link { color: rgb(0,0,255); text-decoration: underline;}
 A:visited { color: rgb(128,0,128); text-decoration: underline;}
 P { font-family: 'Times New Roman', Times, Serif, serif; font-size: 12pt;}
 A { text-decoration: underline;}
 A:hover { color: rgb(204,0,0); text-decoration: underline;}
 