@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
}
.testo_titolo {font-family: Calibri; color: #006600; font-size: 22px; }
.testo_menu {font-family: Calibri; color: #006600; font-size: 16px; }
.testo_menu_sx {font-family: Calibri; color: #006600; font-size: 14px; }
.testo_body {font-family: Calibri; color: #333333; font-size: 12px; }
.testo_lettura {font-family: Calibri; color: #333333; font-size: 14px; }
A { color:#006600}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*Example CSS for the two demo scrollers*/

#pscroller{
	width: 250px;
	height: 100px;
	border: 0px solid black;
	padding: 3px;
	font-size: 12px;
	background-color: #EBF2E3;
	font-family: Calibri;
}

.rssclass .rsstitle{
font-size: 12px;
font-weight:bold; 
}

.rssclass .rssdate{
color: gray;
font-size: 12px;
}

.rssclass a{
text-decoration: none;
}
