body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.Titolo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003366;
	text-transform: uppercase;
	font-weight: bold;
}
.sottotitolo {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.testogras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bordobianco {
	color: #FFFFFF;
} 

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D9A77A;
	border-color:#D9A77A;
	text-decoration: underline;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D9A77A;
	border-color:#D9A77A;
	text-decoration: underline;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D9A77A;
	border-color:#D9A77A;
	text-decoration: underline;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #5887D6;
	border-color:#5887D6;
}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D9A77A;
	text-decoration: underline;
}
a.link img {
color: #D9A77A;
border-color: #D9A77A;
}
a.link:link img, a.link:visited img{
color: #D9A77A;
border-color:#D9A77A;
}
a.link:hover img, a.link:active img {
color: #D9A77A;
border-color: #5887D6;
}