
body
{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	font-size:14px;
	color:#000066
	
}
#contenitore
{
	position:relative;
	overflow:auto;
	width:420px;
	margin:auto
}


a{
	color:#999;
	text-decoration:underline;
	/*border-bottom:#999 1px dotted*/
}

a:hover{
	color:#333;
}


#contenuti{
	position:relative;
	overflow:auto;
	display:inline-block;
	background:white;
	width:420px;
}

.contentpadding10
{
	padding:10px;
	margin-bottom:5px
}

.titoli{
	font:bold 24px "Times New Roman", Times, serif;
	color:#514343;
	line-height:30px;
	padding-bottom:7px;
}

.titoli:first-letter{
	color:#c00;
}

#fondo
{
	background:#FFF;
	text-align:center;
	font-size:10px;
	margin:10px auto;
	padding:10px 0;
}

img.photo
{
border:#999999 5px solid;
margin:10px 0
}

img.sx{float:left;margin-right:10px;}
img.dx{float:right;margin-left:10px;}

