/* CSS Document */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
}

BODY {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px;
	color: #000000;
}
INPUT.campiForm {
	background:#DDDDDD;
}
TEXTAREA {
	background:#CCCCCC;
}

.titoloNews {
	font-weight: bold;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

A {
color : #B0854B;
text-decoration: none;
}  
A:HOVER {
color : #FFFFFF;
text-decoration : underline;
}
HR {height: 1px;}

