/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { color: rgb(0,0,0); background-color: rgb(253,239,210);}
 A:active { color: rgb(192,192,192);}
 A:link { color: rgb(128,128,128);}
 A:visited { color: rgb(128,128,128);}
 H1 { font-size: xx-large; color: rgb(0,0,0);}
 H2 { font-size: x-large;}
 P { color: rgb(0,0,0);}
 H3 { font-size: large;}
 H4 { font-size: medium;}
 .TextNavBar { font-size: x-small; color: rgb(128,128,128); text-align: left;}
 H5 { font-size: small;}
 A:hover { color: rgb(255,0,0);}
 