body, span, div, p, pre, table, tr, th, td, ul, li, .form, form, input, select, textarea {
	font-size : 14px;
	color : #000000;
	font-family: Arial;
}

a {
    color : #347FDC;
    text-decoration: none;
	font-weight: bold;
}

a:hover {
    color : #AE2718;
    text-decoration: none;
	font-weight: bold;
}

.title {
	font-size : 24px;
	color : #000000;
	font-family: Arial;
	font-weight: bold;
}

.sottotitolo {
	font-size : 18px;
	color : #347FDC;
	font-family: Arial;
	//font-weight: bold;
}

.bold {
	font-weight: bold;
}