body {
	background-color: #620429 ;
	font-family: Georgia;
	font-size: 80%;
	margin: 10px 0;
}
#content {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #84376D;
}
#content_pg {
	text-align: left;
	width: 800px;
	min-height: 600px;
	margin: 0 auto;
	border: 1px solid #84376D;
	background: #FFFFCC;
	color: #000000;
}
#fiori {
	text-align: left;
	width: 800px;
	height: 40px;
	background: url(./images/sfondo_fiori.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
}
#testa {
	text-align: right;
	width: 800px;
	height: 101px;
	background: #620429 url(./images/mani.jpg) top right no-repeat;
	margin: 0;
	padding: 0;
}
.titolo {
	text-align: right;
	margin: 7px 0 0 0;
	width: 780px;
	float: left;
	text-align: center;
}
.arte {
	text-align: left;
	width: 100px;
	float: left;
	margin: 10px 0 0 0;
	font-size: 110%;
	color: #FFF8C6;
	background: #fff;
}
#menu {
	width: 800px;
	line-height: 23px;
	font-size: 110%;
	text-align:center;
	background: #84376D;
	clear: both;
	margin: 0;
}
.clear {
	clear: both;
}
#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#menu li{
	display: inline;
	margin: 0;
	padding: 0;
}
#menu li a{
	text-decoration: none;
	padding: 3px 10px;
	background: #84376D;
	color: #FFC8FC;
	border-right:2px solid #84376D;
}
#menu li a:visited{
	color: #F9B7FF;
}
#menu li a:hover{
	background-color: #FFC8FC;
	color: #B9074D;
}
#corpo {
	width: 800px;
	margin: 10px 0;
}
#corpo_txt {
	padding: 10px;
}
h1 { 
	font-size: 150%; 
}
h2 { 
	font-size: 120%;
	color:#000000; 
}
h3 { 
	font-family:Arial, Helvetica; 
	font-size:12px; 
	font-weight:bold; 
	text-decoration:none; 
	color:#FF0000; 
}
a:link { 
	color:#B9074D; 
	text-decoration:underline;
}
a:visited { 
	color:#B9074D; 
	text-decoration:underline;
}
a:hover  { 
	color: purple; 
	text-decoration: underline 
}

.text_emphasize {
	color:#B9074D; 
}

