/******************************
/ Sruttura globale
/*****************************/
html {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
}

body {
	background-color: #ffffff;
}

/******************************
/ Gestione della visibilità
/*****************************/
.no-print {
	display: none;
}

/******************************
/ Collegamenti
/*****************************/
a {
	text-decoration: none;
}

a:visited {
	color: #000041;
}

a:hover, a:active {
	color: #000041;
}

a.external {
	display: none;
}

a.rssLink {
	display: none;
}
