/* Formatacao de Texto */

.blue{
    color: #416e90;
}

.bright_blue{
    color: #1c94c4;
}

.bold{
    font-weight: bold;
}

.f12px{
    font-family: sans-serif;
    font-size: 12px;
}

.centered{
    text-align: center;
}

.whiteOnGreen{
    background-color: #a2d44b;
    color: white;
}

/* Links */

a:link, a:active, a:visited {
    text-decoration:none;
    color:#1c94c4;
    border:none;
}
