/* CSS Document */
body {
    background:url(../images/bg.jpg);
    background-attachment:fixed;
	}
.bordintro {
	border: 1px solid #c21a20;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.testo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #C21A20;
	text-decoration: none;
}
a:link {
	color: #C21A20;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C21A20;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #C21A20;
}
