BODY {
	background-color: #c52121;
}

.Testo {
	font-family: Tahoma;
	font-size: 12px;
}
.Testino {
	font-family: Tahoma;
	font-size: 12px;
	color: #e1e1e1;
}
.Sottotitolo {
	font-family: Tahoma;
	font-size: 14px;
	color: #e1e1e1;
}
a:link {
	color: #D28DEF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D28DEF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #D28DEF;
}