﻿.newsTitle 
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    
}
.newsTitle a:link 
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;      
	color: #001B75; 
	font-weight: bold;
	text-decoration: none;
}
.newsTitle a:visited 
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;     
	color: #001B75; 
	font-weight: bold;
	text-decoration: none;
}
.newsTitle a:hover 
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;    
	color: #FF9600; 
	font-weight: bold;
	text-decoration: underline;
}

.newsData
{
    font-family: Verdana;
    font-size: 10px;
    color: #FF9900;
}

.newsDescrizione
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    text-align: justify;
}

.newsDettaglio
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    text-align: justify;
}

.newsImgIcona
{
    width: 200px;
    padding: 5px;
}

.imgIcona
{
    border: 2px solid #FF9900;
    
}

.newsImgDettaglio
{
    text-align: center;
    padding: 5px;
}

.imgDettaglio
{
    border: 2px solid #FF9900;
}

