﻿/* ---------------------------------- */
/* Estilo em todos os sites da AuE    */
/* ---------------------------------- */

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.social-menu {
    font-size: 42px;
    color: white;
}

    .social-menu a {
        font-size: 42px;
        color: white;
    }

    .social-menu:hover {
        color: gray;
    }
