/* global.css */
body {
	margin: 0 1%;
	font-size: 80%;
}
body, td {
	text-decoration: none;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

img { border: none; }
img.news { 
    border: none; 
    padding: .2em .2em .2em .2em;
    display: inline;
}


p { margin: 0 0 1em 0; }

.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #0060A7;
	background-color: transparent;
	text-decoration: none;
}
A.titolo {
	text-decoration: none;
}
A.titolo:hover  {
	text-decoration: underline;
}

.titolo-rosso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #CC3333;
	background-color: transparent;
	text-decoration: none;
}
A.titolo-rosso {
	text-decoration: none;
}
A.titolo-rosso:hover  {
	text-decoration: underline;
}
.sottotitolo-blu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #3366ff;
	background-color: transparent;
	text-decoration: none;
}
#copy {
	float: right;
	width: 100%
	background : transparent;
	color: Silver;
	text-align : right;
	border : none;
	font-size: 80%;
}

