/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */

body, html { 
font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
font-size: 10pt; 
color: rgb(255,255,255); 
background-color: rgb(102,102,102); 
background-image: none;
min-height: 101%;
}
 
.textobject { 
font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
font-size: 10pt;
}

td { 
font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
font-size: 10pt;
}
 
 /* Links */
 
a:active { 
 color: rgb(255,255,153); 
 font-weight: normal; 
 font-style: normal;
 }
 
 a:link { 
 color: rgb(255,255,204); 
 font-weight: normal; 
 font-style: normal;
 }
 
 a:visited { 
 color: rgb(204,255,204);
 }
 
 a:hover { 
 color: rgb(0,0,0); 
 background-color: rgb(255,255,204);
 }
 
 h1 {
 font-size: 16pt; 
 }
 