@charset "UTF-8";

/*APENAS LINKS*/
.link_resultados {
    width: 98%; color: with; font-weight: bold; font-size: 18px; cursor:pointer;
    border: 1px solid black; margin-top: 10px; text-align: center;
}
.link_resultados:hover {
    color: black;
}

.link_imprimir {
    width: auto; position: absolute; right: 6px;
}
.link_imprimir a {
    color: white; text-decoration: none;
}
.link_imprimir a:hover {
    text-decoration: none; color: red;
}

.link_jogos_amanha a {
    color: white; text-decoration: none;
}
.link_jogos_amanha a:hover {
    text-decoration: none; color: #FAD503;
}

.link a {
    color: green; text-decoration: none;
}
.link a:hover {
    text-decoration: none; color: green;
}