/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; background-color: rgb(246,236,199); background-image: url("./assets/images/grau-orange.jpg"); background-repeat: repeat-x;}
 A:active { font-size: 11px;}
 A:link { font-size: 11px; color: rgb(51,51,51); font-weight: bold;}
 A:visited { font-size: 11px; color: rgb(51,51,51); font-weight: bold;}
 H1 { font-size: 12px; color: rgb(220,105,24); font-weight: bold;}
 H2 { font-size: 12px; color: rgb(220,105,24); font-weight: bold; margin-bottom: 10px;}
 P { font-size: 11px; line-height: 20px;}
 A:hover { font-size: 11px; color: rgb(229,105,23); font-weight: bold;}
 