body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p{
	margin:5px;
}
.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8D9DAC;
	text-transform: uppercase;
}
.news_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}
.news_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 5px;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	text-transform: uppercase;
}
.page_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: oblique;
	font-weight: bold;
	color: #666666;
}
.page_body {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	LINE-HEIGHT: 20px;
	color: #000000;
	list-style-image: url(../img/punt_elenco_rosso.gif);
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	background-color: #CCCCCC;
	text-decoration: underline;
a:active {
	color: #FF0000;
	background-color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}