﻿/* Notícias Detalhes */

.newsTitulo
{
    font-size: 18px;
    color: #015093;
    font-weight: bolder;
}

.newsData
{
    color: #5d5e5e;
    font-weight: bold;
    text-decoration: none;
}

.newsTexto
{
    font-weight: normal;
    text-decoration: none;
    text-align: justify;
}

.newsFonte
{
    font-weight: bold;
    text-decoration: none;
    text-align: right;
}

.newsURL
{
    font-weight: normal;
    text-decoration: underline;
    text-align: right;
}

.newsURL a
{
    color: #015093;
}


