<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BODY */

body { 
	text-align:center; 
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 11px;
	color: #522714;
	border: 0px;
	background-color:#fde1cc;
}

a:link, a:visited, a:active {
	color: #000;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: red;
	text-decoration: none;
}

.white {
	color: #000;
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.spazio {
	margin-left: 9px;
	margin-right: 9px;
}

.spazio a:link, .spazio a:visited, .spazio a:active {
	color: #CE021E;
	text-decoration: none;
}
.spazio a:hover {
	color: green;
	text-decoration: none;
}
.spaziobis
{
	margin-left: 9px;
}
table.tabella{
    background-color: #fde1cc;
}
p{
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 13px;
	color: #522714;
	border: 0px;
	background-color:#fde1cc;
}


.rssbutton{
width:200px;
border-top:2px solid white;
border-left:2px solid white; 
border-bottom: 2px solid black;
border-right:2px solid black;
padding: 1px 4px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}
.rssbutton:hover{
border-style: inset;
border-top:2px solid black;
border-left:2px solid black;
border-bottom: 2px solid #ffffff;
border-right:2px solid #ffffff;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}</pre></body></html>