﻿.grey a
{    
    color: rgb(247, 147, 30) !important;
    
}

.grey a:hover
{
    color: rgb(247, 177, 60) !important;
    
}

.grey .titulo
{
    font-weight: bold;
    color: Yellow;
    
}

.grey .titulo2
{
    font-weight: bold;
    color: #FFFFFF;
}

.grey .tituloLinha
{
    margin-top: 15px;
    font-weight: bold;
    color: #190262;
    border-bottom: dotted 1px #190262;
}


