body {
    font: 18px Arial;
}

hr {
    border: 0;
    color: #0088C1;
    background-color: #0088C1;
    height: 3px;
}

label {
    font-size: 60%;
}

select {
    font-size: 60%;
}

input {
    font-size: 60%;
}

.titulo {
    font-size: 130%;
    color: #706F6F;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

.nome {
    font-size: 200%;
    color: #0088C1;
    text-shadow: 1px 1px 1px #706F6F;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
}

.copyright {
    font-size: 90%;
    font-weight: bold;
    color: #706F6F;
}

