.vagas{
    background-color: #004085;
    color: white;
}
.vagas:hover{
    background-color: #006dcc;
    color: whitesmoke;
}

.encaminhamento{
    background-color: brown;
    color: white;
}
.encaminhamento:hover{
    background-color: #FF0000;
    color: white;
}

.anuncie{
    background-color: #008B45;
    color: white;
}
.anuncie:hover{
    background-color: #32CD32;
    color: white;
}
.login{
    background-color: #DAA520;
    color: white;
}
.login:hover{
    background-color: #B8860B;
    color: white;
}

.face{
    background-color: #FF7F50;
    color: white;
}
.face:hover{
    background-color: #FF6347;
    color: white;
}

.dicas{
    background-color: #9932CC;
    color: white;
}
.dicas:hover{
    background-color: #BF3EFF;
    color: white;
}

.curriculo{
    background-color: #8B795E;
    color: white;
}
.curriculo:hover{
    background-color: #CDB38B;
    color: white;
}

.sobre{
    background-color: #458B74;
    color: white;
}
.sobre:hover{
    background-color: #66CDAA;
    color: white;
}

#hand {
    cursor: pointer;
    cursor: hand;
}

#handing {
    cursor: pointer;
    cursor: hand;
    color: #1E90FF;
}
#handing:hover {
    cursor: pointer;
    cursor: hand;
    color: #00B2EE;
    text-decoration: underline;
}

#handMenu {
    cursor: pointer;
    cursor: hand;
    color: #ffffff;
}
#handMenu:hover {
    cursor: pointer;
    cursor: hand;
    color: #42ae8a;
    font-weight: bold;
}
#handMenuB {
    cursor: pointer;
    cursor: hand;
    color: black;
}
#handMenuB:hover {
    cursor: pointer;
    cursor: hand;
    color: white;
    font-weight: bold;
}

