@media screen, print {
    body,p,li,h1,h2,h3 {font-family:sans-serif; padding:0.25ex 10px; color:#333; }
                
    body,h3,p {margin: 0 0; }
    
/*    body {background: url("Logo_Wir_sind_Kirche_gross.jpg?width=500height=480"); background-repeat: no-repeat; }*/
    body {background-color:rgb(255,240,0); }
    
    h1 {font-size:x-large; letter-spacing: 2px;} 
    h2 {font-size:large; } 
    h3 {font-size:large; font-weight:normal; } 
    h1, h2, h3, filedset, input.button {color: #939; margin-top:1ex;} 
    
    p {margin-bottom:0.75ex;}
    
    td {padding: 1ex 0.5em;}
    
    legend {color:#939; font-weight:bold; }
    
    select, select option, textarea {font-size:medium;}
    
    div.f {margin-top:1ex;}
    
    fieldset, input.button {
        margin: 6px 9px;
        border:#939 solid 1px;
        border-radius:20px;
        -moz-border-radius:20px;
        -webkit-border-radius:20px;    
     }
     
     input.button {
        padding:0.5ex 1em; 
        font-size:large; 
        font-weight:normal;    
     }
     ul.links {list-style:none;}
}
@media print { 
    ul,p.head {display:none;} p,td{font-size:small; padding:0.2ex 10px;} h2{font-size:smaller;}
}