    :root{
        --govco:#3366cc;
        --sdde:#354999;
        --sddeh:#475ea6;
    }
    html{
        font-size: 1rem;
    }
    div.msg{
        padding:1rem;
        background-color: #EEE;
        margin:1rem 0;
    }
    div.note{
        font-size: 80%;
        font-style: italic;
    }
    #annex div {
        min-width: 200px;
        border-radius: 1rem;
        padding: 0.5rem;
        background-color: rgba(55, 114, 255, 0.1);
        color: #3772FF;
        margin: 0.2rem;
        display: inline-block;
    }
    fieldset div.el{
        margin-top: 1rem;
    }
    fieldset div.el textarea{
        height: 100px;
    }
    div.govco{
        background-color: var(--govco);
        width: 100%;
        text-align: center;
        height: 55px;
    }
    div.govco>div{
        max-width: 1000px;
        width: 100%;
    }
    div.govco img{
        height: 45px; 
        padding: 5px;
    }
    div.div_button{
        max-width:1000px;
    }
div.accesibility{
    position: fixed;
    top:10rem;
    right:0px;
    margin:0;
    color:var(--sdde);
    z-index: 100000;
}
div.aButton{
    text-align: right;
}
div.aButton:before{
    cursor:pointer;
    font-family: FAS;
    font-size: 2rem;
    content:"\f29a";
}
#aMenu{
    margin:1rem;
    z-index: 100000;
    font-size:1rem;
}
#aMenu>div{
    width:200px;
    border-radius: 0.3rem;
    border: thin solid var(--sdde);
    padding:0.5rem;
    cursor:pointer;
    display: flex;
    background: white;
}
#aMenu>div.ch{
    background-color: var(--sddeh);
    color:white;
}
#aMenu>div>div:nth-child(1){
    width:20%;
}
#aMenu>div>div:nth-child(2){
    width:80%;
}
#aMenu>div>div:nth-child(1):before{
    font-size: 32px;
    font-family: FAS;
}
#aMenu>div>div.aFont:before{
    content:"\f034";
}
#aMenu>div>div.aCont:before{
    content:"\f042";
}
#aMenu>div>div.aLink:before{
    content:"\f0c1";
}
#aMenu>div>div.aSpace:before{
    content:"\f035";
}
#aMenu>div>div.aReset:before{
    content:"\f2f1";
}
a.resalted{
    text-decoration: underline !important;
    color: #ffff00 !important;
    background-color: black !important;
}
a.resalted img{
    filter:invert(100%);
}