a {
	color: #C70000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.sfondo {
	background-image: url(images/logsrbiancosr.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bordi {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

