.headdef {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-indent: 15px;
    color: #FFF
    }
.headselected {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-indent: 15px;
    color: #FFF;
    background-color: #889FDE
    }
.menudef {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    text-indent: 25px;
    color: #FFF;
    height: 15px
    }
.menuover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    text-indent: 25px;
    color: #000;
    background-color: 889fde;
    cursor: hand;
    height: 15px
    }
.center {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background-color: #889FDE;
    text-align: center
    }