@charset "utf-8";
/* CSS Document */

<!--
body {
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat-x;
	background-color: #FEEED7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Stile1 {color: #999999}
.bottonerosso{
width:137px;
height:30px;
background-image:url(img/bottonerosso.gif);
font-size: 15px;
font-weight:bold;
color:#FFFFFF;
padding-left: 30px;
padding-top: 15px;
}
a:link {
	color: #9E0825;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A10826;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #9F0926;
}