a:link
{
font-family: Verdana;
font-size: 1.1em;
text-decoration: none;
/*
background-color: #2890ff; */
color: #ffffff;
}
a:visited
{
font-family: Verdana;
font-size: 1.1em;
text-decoration: none;
/*
background-color: #0000f8; */
color: #ffffff;
}
a:hover
{
font-family: Verdana;
font-size: 1.1em;
text-decoration: none;
background-color:  #2890ff;
color: #ffffff;
}
a:active
{
font-family: Verdana;
font-size: 1.1em;
text-decoration: none;
background-color: #2890ff;
color: #ffffff;
}
body
{
margin: 0;
padding: 0;
position: fixed;
background-image: url(wolken.jpg);
}
img
{
border: 0;
}
.logo
{
position: relative;
top: 20px;
left: 40px;
}
.counter
{
position: relative;
top: 20px;
left: 90px;

}
.links
{
background-color: #0000f8;
position: relative;
margin-top: 6px;
top: 20px;
left: 40px;
width: 200px;
display: block;

color: #ffffff;
font: normal normal normal 1.1em Verdana, serif;
text-align: center;
}
.links:hover {
background-color: #2890ff;
text-decoration: none;
}
