a:link, a:active, a:visited
{
    font-family: Verdana;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: Black;
}
a:hover
{
    font-family: Verdana;
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
    color: Blue;
}
.header
{
    width: 130px;
    color: Black;
    font-size: 12px;
    font-style: inherit;
    font-family: Candara; 
    font-weight: bold;
    text-align: center;
}
.titulo
{
    font-family: Verdana;
    font-weight: bold;
    color: Black;
    font-size: 18px;
}
.texto
{
    font-family: Verdana;
    text-decoration: none;
    font-size: 14px;
    color: Black;
}
.footer
{
    color: black;
    font-size: 10px;
    font-family: Verdana;
}

