body {
    color: #441112;
}

a {
    color: #441112;
    text-decoration: none;
}

a:hover {
    color: red;
}

input {
    background: #f2f2f2;
    border: #bbb 1px solid;
    color: #000;
    margin: 5px 5px 5px 0;
}

hr {
    border: 0;
    background-color: #441112;
    color: #441112;
    height: 1px;
}

#footer {
    font-size: 12px;
    color: #441112;
}

#footer a {
    font-size: 12px;
}

#tabela {
    border: 1px solid black;
}

#tabela td {
    border: 1px solid black;
}

footer {
    width: 100%;
    text-align: center;
    border-top: 1px solid #441112;
}
