body {
font-family : Verdana, Arial, Helvetica, sans-serif;
margin: 3px;
color: deepblue;
font-size : 12pt;
padding-left : 10px;
padding-right : 10px; 
} 







/* HYPERLINKS GESTALTEN */

A:link {
text-decoration : none;
color : maroon;
font-size : 10pt;  
} 

A:active {
text-decoration : none;
color : #000066;
font-size : 10pt;  
} 

A:visited {
text-decoration : none;
color :silver ; 
font-size : 10pt; 
} 

A:hover {
text-decoration : none; 
color : maroon; 
font-size : 12pt;
background-color:white;
} 
