﻿body
{
}
#DivImagem
{
   float: left;
   width: 200px;
   height: 150px;
   margin-left: 0px;
   
}
#DivDescricao
{
    
    float: left;
    width: 300px;
    height: 150px;
    margin-left: 1px;
}
#DivTitulo
{
    
    height: 30px;
    margin-left: 4px;
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}
#DivDescricaoTexto
{
    height: 100px;
    margin-left: 4px;
    font-family: Verdana;
    font-size: 11px;
    text-align: justify;
}
#DivSite
{
    height: 20px;
    margin-left: 4px;
}
.links a:visited
{
    font-family: Verdana;
    color: #6666FF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.links a:link
{
    font-family: Verdana;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.links a:hover
{
   font-family: Verdana;
   color: #669999;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}

