/* CSS Document */

body {
	margin: 5px;
}
.menu  {
	font-family: "Arial Narrow", Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 18pt;
}
.testatina {
	font-family: "Arial Narrow", Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.testo {

	font-family: "Arial Narrow", Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: normal;
}
.testolink {

	color: #0060AA;
	text-decoration: none;
}
.testolink:hover {

	text-decoration: underline;
}
.testoSemplice {


	font-family: "Arial Narrow", Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: normal;
}
.testolinkinterno {


	color: #000000;
	text-decoration: none;
}
.testolinkinterno:hover {


	text-decoration: underline;
}
