﻿.tdButtonNews
{
    width: 180px;
    height:80px;
    margin: 0px;
    padding-left:24px;
    font-family:Verdana;
    font-size:small;
}
.tdButtonNews a
{
 color:#FFFFFF;
 text-decoration:none;
 }
.tdButtonNews a:hover
{
    color: #005AA0;
    text-decoration: none;
}
/*bottone selezionato*/
.tdButtonNewsGot
{
	width: 180px;
	margin: 0px;
	height: 80px;
	padding-left: 24px;
	font-family: Verdana;
	font-size: small;
}
.tdButtonNewsGot a
{
 color:#ACBBC0;
 font-weight:bold;
 text-decoration:none;
 }
.tdButtonNewsGot a:hover
{
    color: #005AA0;
    font-weight:bold;
    text-decoration: none;
}
