BODY { color: #026699; font-family: Verdana; font-size: small; line-height: 150%; }
A, A:link { font-family: Verdana; font-size: small; font-weight: bold; text-decoration: none; color: red; }
A.title { font-family: Verdana; font-size: small; font-weight: bold; text-decoration: none; color: red; }
A.mini { font-family: Verdana; font-size: 8pt; font-weight: bold; text-decoration: none; color: red;  line-height: 100%;}
A:visited { text-decoration: none; color: red; }
A:hover { color: red; text-decoration: underline; }
A.TDLINK { color: #0000C0; font-family: Verdana; font-size: small; font-weight: bold; line-height: 150%; }
A.TDLINK:visited { color: #0000C0; }
A.TDLINK:hover { color: red; }
TD, P { color: black; font-family: Verdana; font-size: small; line-height: normal; line-height: 150%; }
P.Titolo { color: #DF2D00}
BR {line-height: 100%;}
BR.Didascalia {line-height: 100%;}
LI { color: black; font-family: Verdana; font-size: small; font-weight: normal; line-height: 150%; }
LI.hp { color: black; font-family: Verdana; font-size: small; text-align:left; font-weight: normal; line-height: 150%; font-style: normal}
TD.Didascalia LI { color: black; font-family: Verdana;  font-size: small; line-height: 100%; font-style: italic}
TD.Didascalia { color: black; font-family: Verdana; font-size: small; line-height: 100%; font-style: italic}
P.Didascalia { color: black; font-family: Verdana; font-size: small; line-height: 100%; font-style: italic}
TD.DidascaliaBtn { color: black; font-family: Verdana; font-size: small; line-height: 100%}
textarea { font-family: Verdana; font-size: small}
THEAD { color: white; background: #E1E3FF; font-family: Arial; font-size: 13pt; line-height: 150%; }
H1 { color: black; font-family: Arial; font-size: 16pt; line-height: 50%; font-weight: bold; }
H2 { color: black; font-family: Arial; font-size: 14pt; line-height: 150%; font-weight: bold; }
H3 { color: black; font-family: Arial; font-size: 12pt; line-height: 150%; font-weight: bold; }
TH {
  color: #003366;
  background: #CCCCCC;
  font-weight: bold;
  line-height: 150%;
}
P.Didascalia { color: black; font-family: Verdana; font-size: small; line-height: 150%; font-style: italic}
INPUT, SELECT { font-size: small; font-family: Verdana; }
/* the news box */
#news
{
	width:190px;
	background:#eee;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:1.5em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:200px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:200px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
/* the login box */
#login
{
	width:190px;
	background:#FFFFE1;
	border-style: solid; 
	border-width: 1px; 
	padding-left: 1; 
	padding-right: 1; 
	padding-top: 1; 
	padding-bottom: 1;
}
#login a
{
	color:#000;
}
#login ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#login li{
	line-height:1.5em;
}
/* titolo pagine */
#titolo{
    position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:yellow;
}

