/* screen css */
html { height: 100% } 
 
/* scrollbalken immer vorhanden mit min-height=101% */
body {  min-height: 101%;  
margin-top:10px; 
margin-bottom:10px; 
background-color:#FBE753;
}

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:12pt; }
 
 a:link    { text-decoration:none; color: #BB0000; }
 a:visited { text-decoration:none; color: rgb(153,0,0); }
 a:hover   { text-decoration:none; color: rgb(153,0,0); background-color: #FFFFBB; }
 a:active  { text-decoration:none; color: rgb(153,0,0); background-color: rgb(220,220,220); }
 a:focus   { text-decoration:none; color: rgb(153,0,0); background-color: #FFCF33; }

li {line-height:1.6}

