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

body {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
	font-size: medium;			
}


a:link { color: #FF6600;
}
a:visited { color: #FF6600; 
}
a:hover { color: #FF0000 ; 
}



a { font-weight: inherit; /* link in grassetto */
text-decoration:none;} /* senza sottolineatura link */

