.button {
       font-family : Arial;
       font-size : 12px;
       color: #0099CC;
       font-weight: bold;
       text-decoration: none;
}

.buttonnav {
       font-family : Arial;
       font-size : 12px;
       color: #80CCE6;
       font-weight: bold;
       text-decoration: none;
}
.buttonnav:hover {
       font-family : Arial;
       font-size : 12px;
       color: #80CCE6;
       font-weight: bold;
       text-decoration: underline;
}
.buttonnav_active {
       font-family : Arial;
       font-size : 12px;
       color: #80CCE6;
       font-weight: bold;
       text-decoration: underline;
}
.headline {
       font-family : Verdana;
       font-size : 18px;
       color: #ffffff;
       font-weight: bold;
       text-decoration: none;
}

.normaltext {
       font-family : Arial;
       font-size : 12px;
       color: #0099CC;
       text-decoration: none;
}




