﻿.laranja a
{    
    color: rgb(0, 2, 176);
    
}

.laranja a:hover
{
    color: rgb(0, 2, 255);
    
}

.laranja .titulo
{
    font-weight: bold;
    color: Yellow;
    
}

.laranja .titulo2
{
    font-weight: bold;
    color: #FFFFFF;
}

.laranja .tituloLinha
{
    margin-top: 15px;
    font-weight: bold;
    color: #190262;
    border-bottom: dotted 1px #190262;
}


