body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

body {
	background-color: #000000;

}

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}

a:link.linkAdmin     { color: #FF0000; text-decoration: none; font-weight:bold }
a:visited.linkAdmin  { color: #FF0000; text-decoration: none; font-weight:bold  }
a:hover.linkAdmin    { color: #999999; text-decoration: underline; font-weight:bold  }

a:link.linkAdmin2     { color: #000000; text-decoration: none; font-weight:bold }
a:visited.linkAdmin2  { color: #000000; text-decoration: none; font-weight:bold  }
a:hover.linkAdmin2    { color: #ffffff; text-decoration: underline; font-weight:bold  }

.TitoloAlto {font-size: 14px}
.TitoloAltoPiu {font-size: 14px; color: #FF6600;}
.Commenti {color: #FF6600;}

.Admin { }

hr.riga {
	width: 100%;
	height: 1px; 
	border: 0px #ffffff dotted;
}

td.Admin {
	color: #FFFFFF; 
	font-size:10px; 
	font-weight:bold; 
	text-align:center;
	background-color: #FF0000;
}

td.Cornice {
	width: 100%;
	height: 1px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px #ffffff dotted;
	position: static;
	border-top: 1px #ffffff dotted;
	padding-left: 20px;
	padding-right: 20px;
}

.TestoArgomento {font-size: 14px}
.TestoMedio {font-size: 12px}
