﻿#divPrincipal
{
    width: 100%;
    height: 300px;
    text-align: center;
}
.titulo
{
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}
.labelCadastro
{
    color: #336699;
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    font-family: Verdana;
}
.link a:visited
{
    font-family: Verdana;
    color: #6666FF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.link a:link
{
    font-family: Verdana;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.link a:hover
{
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

