/* Formatierung sämtlicher Seiten */

body 
{ 
margin-top:10px; 
margin-bottom:10px; 
font-family:"Comic Sans MS", Arial,sans-serif; 
font-size:11pt; 
background-color:#507FDF;
color:#000000;
}

a:link { color:#ff0000; text-decoration:none; }
a:visited { color:#300000; text-decoration:none; }
a:active { color:#80000; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }




