/* schriftstil,abstände */
body{
margin-top:10px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
color:#000000;
font-family:verdana,arial;
font-size:12pt;
background-color:#C4C4CC;
}
table,tr,td,th{
color:#000000;
font-family:verdana,arial;
font-size:12pt;
}

/* allgemeine links im text */
a:link{
color:#000000;
text-decoration:underline;
font-family:verdana;
font-size:12pt;
}
a:visited{
color:#000000;
text-decoration:underline;
font-family:verdana;
font-size:12pt;
}
a:active{
color:#000000;
text-decoration:underline;
font-family:verdana;
font-size:12pt;
}
a:hover{
color:#C4C4CC;
background-color:#FCFF00;
text-decoration:none;
font-family:verdana;
font-size:12pt;
}
a:focus{
color:#C4C4CC;
background-color:#FCFF00;
text-decoration:none;
font-family:verdana;
font-size:12pt;
}