body {
	background-color: #1D1D1D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.titoli {
	font-family: font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F0F0F0;
}



.normale {
	font-family: font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #F0F0F0;
	text-align: left;
}

.normale_bianco {
	font-family: font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
}

.normale_piccolo {
	font-family: font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #F0F0F0;
}

.normale_piccolo_bianco {
	font-family: font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
}

select.categoria {
	color: #333333;
	background-color : #E2E1E1;
	border : 0px solid #E2E1E1;
    width: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}

.input {
    width: 450px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

.textarea {
	width: 450px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

a:link {
	font-family: font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-decoration: none;
	color: #f0f0f0;	
}
a:visited {
    font-family: font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-decoration: none;
	color: #f0f0f0;	
}
a:hover {
    font-family: font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
	color: #f0f0f0;	
}
