
a:link
{   font-family: Verdana,Helvetica,Geneva;
    font-size:  8pt;
    color:  black;
    text-decoration: none;
    font-weight:bold;
}
a:hover
{
    font-family: Verdana,Helvetica,Geneva;
    font-size:  8pt;
    color:  black;
    text-decoration: none;
    font-weight:bold;
}
a:active
{
    font-family: Verdana,Helvetica,Geneva;
    font-size:  8pt;
    color:  black;
    text-decoration: none;
    font-weight:bold;
}
a:visited
{
     font-family: Verdana,Helvetica,Geneva;
    font-size:  8pt;
    color:  black;
    text-decoration: none;
    font-weight:bold;
}

h1
{
    font-family: Verdana,Helvetica,Geneva;
    font-size:  8pt;
    color:  black;
    text-decoration: none;
    font-weight:normal;
}


.loginfeld
{
 width: 150px; border: 1 dotted black; color: white; background: darkblue
}