<html>
<head>
<title>Link Formate1</title>
<style type="text/css">

<!-- Formate zur verbesserung der Links -->


body
{
text:#000000;
font-family:Verdana,Arial,sans-serif;
font-size: 11px;
background-color:"#0000"
}



h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{
font-family:Verdana,Arial,sans-serif;
color:#000000;
font-size: 11px;
}

h1 {font-size: 36px;}
h2 {font-size: 18px;}
h3 {font-size: 13px;}
.small {font-size: 10px;}
.mini {        font-size: 19px;}
.minimini {        font-size: 8px;}

a:link
{
color:#0069D2;
font-weight:bold;
text-decoration:underline;
font-family:Verdana,Arial,sans-serif;)
}

a:visited
{
color:#FF0000;
font-weight:bold;
text-decoration:none
}

a:hover
{
color:white;
font-weight:bold;
text-decoration:none;
cursor:pointer;
background-color:red;

}

a:active
{
color:#E00000;
text-decoration:underline
}

a:focus
{
color:#00E000;
text-decoration:underline
}



</style>
</head>
<body>
</body>
</html>