<!--
/* Die verwendeten StyleSheets */
-->
body {
align:middle;
background-color:#F6F4DF;
color:#000000;
font-family:"Times New Roman",Times,sana-serif;
font-style:normal;
font-size:medium;
font-weight:normal;
text-decoration:none;
text-transform:none;
vertical-align:top;
text-align:left;
white-space:normal;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
margin-right:10px;
}

a:link
{ font-weight:bold; color:#EBD384; text-decoration:underline;<!--nicht besuchter Verweisenr-->
}
a:visited
{ font-weight:bold; color:#EBD384; text-decoration:underline;<!--besuchter Verweis-->
}
a:focus {
font-weight:bold; color:#EBD384; text-decoration:none;<!--Element hat den Fokus-->
}
a:hover {
font-weight:bold; color:#FD7E03; text-decoration:none;<!--Maus ist über dem Verweis-->
}
a:active {
font-weight:bold; color:#EBD384; text-decoration:none;<!--Angeklickter Verweis-->
}