BODY { color: #026699; font-family: Verdana; font-size: x-small; line-height: 100%; }
A, A:link { font-family: Verdana; font-size: x-small; font-weight: bold; text-decoration: none; color: red; }
A.title { font-family: Verdana; font-size: x-small; font-weight: bold; text-decoration: none; color: red; }
A:visited { text-decoration: none; color: red; }
A:hover { color: red; text-decoration: underline; }
A.TDLINK { color: #0000C0; font-family: Verdana; font-size: x-small; font-weight: bold; line-height: 100%; }
A.TDLINK:visited { color: #0000C0; }
A.TDLINK:hover { color: red; }
A.lgray { font-weight: normal; color: #F2F2F2; }
TD, P { color: white; font-family: Verdana; font-size: x-small; line-height: normal; }
P.Titolo { color: #A21429; font-size:20px; font-weight:bold; font-family:Geneva, Arial, Helvetica, sans-serif; text-align:right}
P.Dx {text-align:right}
LI { color: white; font-family: Verdana; font-size: x-small; font-weight: normal; line-height: 150%; }
TD.Didascalia LI { color: white; font-family: Verdana; font-size: x-small; line-height: 100%; font-style: italic}
TD.Didascalia { color: white; font-family: Verdana; font-size: x-small; line-height: 100%; font-style: italic}
A.Prod { color: red; font-family: Verdana; font-size: 12pt; line-height: 100%; font-style: italic}
textarea { font-family: Verdana; font-size: x-small}
THEAD { color: white; background: #E1E3FF; font-family: Arial; font-size: 13pt; line-height: 100%; }
H1 { color: white; font-family: Arial; font-size: 16pt; line-height: 50%; font-weight: bold; }
H2 { color: white; font-family: Arial; font-size: 14pt; line-height: 100%; font-weight: bold; }
H3 { color: white; font-family: Arial; font-size: 12pt; line-height: 100%; font-weight: bold; }
TH {
  color: #003366;
  background: #CCCCCC;
  font-weight: bold;
  line-height: 100%;
}
P.Didascalia { color: white; font-family: Verdana; font-size: x-small; line-height: 100%; font-style: italic}
P.Credits { color: white; font-family: Verdana; font-size: 12px; line-height: 100%}
INPUT, SELECT { font-size: x-small; font-family: Verdana; }
/* the news box */
#news
{
	width:300px;
	height:auto;
	background:#000000;
}
#news a
{
	color:#0000FF;
}
#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;
}
