﻿.vermelho a
{    
    color: rgb(200, 200, 200) !important;
    
}

.vermelho a:hover
{
    color: rgb(150, 150, 150) !important;
    
}

.vermelho .titulo
{
    font-weight: bold;
    color: Yellow;
    
}

.vermelho .titulo2
{
    font-weight: bold;
    color: #FFFFFF;
}

.vermelho .tituloLinha
{
    margin-top: 15px;
    font-weight: bold;
    color: #190262;
    border-bottom: dotted 1px #190262;
}


