﻿.titulo 
{
    color:black;
    font-size:12;
    font-weight:bold;
}

.fonte
{
    color:#e3303d;
    font-size:12;
    font-weight:normal;
}

.integra
{
    color:#444444;
    font-size:12;
    font-weight:normal;
}

.geral
{
    color:#444444;
    font-size:12;
    font-weight:normal;
}
.titulo,.fonte,.integra,.geral
{
    font-family:Verdana;
}

.mini-black {
    font-family: Verdana;
    color: #000000;
    font-size: 9px;
}
.big-black {
    font-family: Verdana;
    color: #000000;
    font-size: 15px;
}
.link-mini-maroon {
    font-family: verdana;
    color: #990000;
    text-decoration: none;
    font-size: 10px;
}
.link-mini-maroon:hover {
    font-family: verdana;
    color: #FF0000;
    text-decoration: none;
}
.link-big-black {
    font-family: verdana;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}
.link-big-black:hover{
    text-decoration:none;
    color: #e60000;
}
