.stil1 {
     font-family: "Tahoma";
     font-size: 16px;
     font-weight: regular;
}

.stil2 {
     font-family: "Arial, Helvetica";
     font-size: 11px;
     font-weight: regular;
     text-decoration: none;
     color: green
}
a.stil2:visited {
     font-family: "Arial, Helvetica";
     font-size: 11px;
     font-weight: regular;
     color: black; 
     text-decoration: none
}
a.stil2:link {
     font-family: "Arial, Helvetica";
     font-size: 11px;
     font-weight: regular;
     color: black;
     text-decoration: none
}
a.stil2:hover {
     font-family: "Arial, Helvetica";
     font-size: 11px;
     font-weight: regular;
     color: white;
     background-color: #496184;
     text-decoration: none
}
a.stil2:visited {
     font-family: "Arial, Helvetica";
     font-size: 11px;
     font-weight: regular; 
     text-decoration: none
}
a.stil1:link {     
     font-family: "Tahoma";
     font-size: 16px;
     color: #496184;
     text-decoration: none
}
a.stil1:visited {     
     font-family: "Tahoma";
     font-size: 16px;
     color: #496184;
     text-decoration: none;
}
a.stil1:hover {     
     font-family: "Tahoma";
     font-size: 16px;
     color:green;
     text-decoration: none
     }
    
.menu {
     font-family: Tahoma;
     font-size: 12px;
     color: white;
     font-weight: bold;
     text-decoration: none
}
a.menu:visited {     
     font-family: Tahoma;
     font-size: 12px;
     
     text-decoration: none
}
a.menu:link {     
     font-family: Tahoma;
     font-size: 12px;
     color: #white;
     text-decoration: none
}
a.menu:hover {     
     font-family: Tahoma;
     font-size: 12px;
     color: #FFFFFF;
     background-color: #5D34D3;
     border-top-color: #9560C6;
     text-decoration: none
     }
td.menu {
    font-family: Tahoma;
    font-weight:bold;
    text-align:left;
    border-bottom-style:solid;
    border-bottom-color: #AAAAAA;
    border-bottom-width: 2px
    }
td.menu1 {
    font-family: Tahoma;
    font-weight:bold;
    text-align:center;
    }  
body {background-color:white;}
