/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { color: rgb(51,51,51); background-image: url("./assets/images/Background.gif");}
 A:link { color: rgb(102,0,0);}
 A:visited { color: rgb(153,102,0);}
 H1 { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; font-size: large; color: rgb(204,102,0); font-weight: bold;}
 H2 { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; font-size: medium; color: rgb(204,102,0); font-weight: bold;}
 P { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; font-size: x-small; color: rgb(204,102,0); font-weight: normal; font-style: normal;}
 
