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