body {
	background-color: #fdfdfd;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	cursor: default;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	border: 0;
	cursor: help;
	color: #ec5154;
}
a:active {
	border: 0;
	cursor: help;
	color: #ec5154;
}
a:visited {
	border: 0;
	cursor: help;
	color: #ec5154;
}
a:hover {
	border: 0;
	cursor: help;
	color: #fdfdfd;
}
#contenitore {
	background-image: url(images/tab01.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 675px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 24px;
	padding-top: 260px;
	padding-right: 90px;
	padding-left: 254px;
}
#contenuti {
	height: 220px;
	margin-right: 86px;
	margin-left: 252px;
	overflow: auto;
}
.titolo {
	color: #dad532;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-transform: capitalize;
	background-color: #eeeeee;
	display: block;
}
.post {
	font-size: 9px;
	color: #929292;
	text-align: justify;
	margin-right: 2px;
	margin-left: 2px;
}
.post a:link {
	font-size: 9px;
	color: #ec5154;
	cursor: help;
	text-decoration: none;
}
.post a:active {
	font-size: 9px;
	color: #ec5154;
	cursor: help;
	text-decoration: none;
}
.post a:visited {
	font-size: 9px;
	color: #ec5154;
	cursor: help;
	text-decoration: none;
}
.post a:hover {
	font-size: 9px;
	color: #414141;
	cursor: help;
	text-decoration: none;
	background-color: #ece860;
}
.post img  {
	background-color : #FFFFFF;
	padding : 2px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5; 
	opacity: 0.5;
	border: 1px solid #cccccc;
	margin-top: 1px;
}
.post img:hover {
	background-color : #FFFFFF;
	padding : 2px;
	filter:alpha(opacity=100);
    -moz-opacity: 1.0; 
	opacity: 1.0;
	border: 1px solid #bbbbbb;
	margin-top: 1px;
} 
.text1 {
	font-size: 9px;
	color: #676767;
}
.text2 {
	font-size: 9px;
	color: #36b99f;
}
