@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--

body {
	background-color: #ffd11b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	/*immagine di sfondo*/
    background-image: url(img/sfondo_sfu.gif);
	background-repeat: repeat-x;
	background-position: top; 
/* colore di sfondo */
    background-color: #4d910f;

}



a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #199900;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.footer_text { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-color: #ffd11b; color: #666666; }

.titolo_text {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-color: #000000;  }

.testo {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-color: #4d910f;  }

.testo_small {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-color: #cccccc;  }

-->
</style>

