/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { background-color: rgb(254,255,210);}
 A:active { color: rgb(255,153,51); text-decoration: underline;}
 A:link { color: rgb(102,51,0); text-decoration: underline;}
 A:visited { color: rgb(102,51,0); text-decoration: underline;}
 H1 { font-family: 'Times New Roman', Times, Serif, serif; font-size: large; color: rgb(102,51,0); font-weight: normal; font-style: normal;}
 H2 { font-family: 'Times New Roman', Times, Serif, serif; font-size: small; color: rgb(102,51,0); font-weight: bold;}
 P { font-family: 'Times New Roman', Times, Serif, serif; font-size: 12pt; color: rgb(102,51,0); font-weight: normal; font-style: normal; text-decoration: none ;}
 A { text-decoration: none ;}
 A:hover { color: rgb(255,153,51); text-decoration: underline;}
 
