body {
	background:#000;
}

#casella {
	width: 450px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -225px;
	background:#FDEEEE;
	border:#00F;
	border-style:dashed;
	border-width:2px;
	text-align:center;
}

FONT.TITOLO
{
	font-size: 15px;
	color:#E68820;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
}

FONT.TESTO
{
	font-size: 12px;
	color: #626262;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
}

FONT.FIRMA
{
	font-size: 10px;
	color: #999999;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
}

A
{
	color: #999999;
	text-decoration: none;
}

A:HOVER
{
	color: #999999;
	text-decoration: underline;
}
