/* CSS Document */
html, body{
	margin: 0px;
	height: 100%;
	padding: 0px;
}
.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.sfondo {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(sfondo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4A2500;
	text-decoration: underline;
}
a.link1:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.bordi {
	border: 1px dashed #333366;
	background-color: #e7f3fd;
}
.bordivert {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

#testoseo a{color:#FFFFFF; text-decoration:none}
#testoseo a:hover{ text-decoration:underline}

