<style type="text/css">

    body
        {
            font-family: verdana;
        }

    fieldset
        {
            font-family: verdana;
            font-size: 16px;
            color: royalblue;
            width : 550px;
        }

    legend
        {
            font-size: 12px;
        }
    
    .textfeld
        {
            font-family: verdana;
            font-size: 12px;
        }
        
    table
        {
            width: 535px;
        }
    
    textarea
        {
            font-family: arial;
            font-size: 12px;
        }

    th
        {
            font-family: verdana;
            font-size: 12px;
        }
    
    td
        {
            font-family: verdana;
            font-size: 12px;
            vertical-align: top;
        }
    
    .menu:link, .menu:visited, .menu:active, .menu:hover
        {
            color:blue;
            text-decoration:underline
        }
    
    a, a:active
        {
            text-decoration: none;
            color: black;
        }
    
    a:hover
        {
            text-decoration: underline;
            color: black;
        }

    img
        {
            border: 0px;
        }

</style>

