.h1 	{
	font-size: 22px;
	color: #000099;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	}

.titolo	{
	font-size: 16px;
	color: #000099;
	font-family: Tahoma;
	font-weight: bold;
	text-transform:  normal;
	}
.corpotesto	{
	font-size: 9px;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: normal;
	text-transform:  normal;
	}
.corpotesto a:link {
	color: blue
	}
.corpotesto a:visited {
	color: #660099
	}
.corpotesto a:hover {
	color: #993333;
	font-size: 13px;
	}
	
span {
	display: inline; 
	margin-left: 10px; 
	vertical-align: bottom;
	}
