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