body
{
	font-size: 12px;
	color: red;
	font-family: Arial;
} 

A:active
{
	font-weight: bold;
	font-size: 16px;
	color: #160153;
	font-family: arial;
	text-decoration: none;
}
A:hover
{
	font-weight: bold;
	font-size: 16px;
	color: red;
	font-family: arial;
	text-decoration: none;
}
A:link
{
	font-weight: bold;
	font-size: 16px;
	color: #160153;
	font-family: arial;
	text-decoration: none;
}

A
{
	font-weight: bold;
	font-size: 16px;
	color: #160153;
	font-family: arial;
	text-decoration: none;
}
TABLE
{
	font-size: 12px;
	color: red;
	font-family: Arial;
	text-align: justify;
}
.Titolo
{
	font-weight: bold;
	font-size: 16px;
	color: #160153;
	font-family: Arial;
}

.Testo
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Arial;
}
INPUT
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Arial;
}
TEXTAREA
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Arial;
}

.TitolettoNews
{
	font-weight: bold;
	font-size: 13px;
	color: #160153;
	font-family: Arial;
	border-bottom: #000000 1px ridge;
	border-bottom-style: dotted;
}
