/* CSS Document */



body {
	background-image: url(img/bg.jpg);
	background-repeat:no-repeat;
	background-color: #CDCDCD;
}


a:link {
	font-weight:bold;
	text-decoration: none;
	color : #FF9900;
	border: 0px;
}
a:active {
	font-weight:bold;
	text-decoration: underline;
	color : #FF9900;
	border: 0px;
}
a:visited {
	font-weight:bold;
	text-decoration: none;
	color : #FF9900;
	border: 0px;
}
a:hover	{
	font-weight:bold;
	text-decoration: none;
	color : #9E8036;
	border: 0px;
} 


.stile1 {

font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;



}

.stile2 {

font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;



}