BODY {

	color: #000000;
}


A {
	text-decoration: underline;
	color: #CE6300;
}

A:Hover {
	text-decoration: none;
	color: #FF9C31;
}

.title {
font-size: 22px;
color: #CC0066;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

.title2 {
font-size: 16px;
color: #CE6300;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
font-family: Tahoma;
}

.testo {
	color: #CE6300;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma;
}


.testo2 {
	color: #CC0066;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma;
}

.copyright {
margin-top: 30px;
text-align: center;
font-size: 11px;
color: #aaa;
border-top: 1px dotted #aaa;
}

