/******************** inizio GENERICI ************************/
body{
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#3AB8D2;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#025369;
}

#container{
	width:760px;
	margin:auto;
}

a:link {
	text-decoration: underline;
	color: #025369;
}
	
a:hover {
	text-decoration: none;
	color: #025369;
}

a:visited {
	color: #025369;
	text-decoration: underline;
}


