body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f0f0f0;
	
	scrollbar-3dlight-color: #FF9900;
	scrollbar-arrow-color: #f0f0f0;
	scrollbar-base-color: #FF9900;
	scrollbar-darkshadow-color: #FF9900;
	scrollbar-face-color: #FF9900;
	scrollbar-highlight-color: #FF9900;
	scrollbar-shadow-color: #FF9900;
	scrollbar-track-color: #f0f0f0;
	
}


.titoli {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
}

.grandissimo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.grande {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.normale {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.piccolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.bianco {
	color: #FFFFFF;
}

.arancione {
	color: #FF9900;
}

.rosso {
	color: #CC0000;
}

select.categoria {
	color: #333333;
	width: 190px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border: 0px;
	border-bottom-color: #FF0000;
	border-right-color: #FFFF00;
	border-top-color: #0000FF;
	border-left-color: #00FF00;
	border-color: #FF00FF;
	background-color: #f0f0f0;
}

.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_grande:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
a.link_grande:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	text-decoration: none;

}
a.link_grande:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
    text-decoration: underline;
}

a.link_normale:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
a.link_normale:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-decoration: none;

}
a.link_normale:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
    text-decoration: underline;
}

