body{
	background-color: black;
}

a {

	text-decoration: underline;
	color:white;
	font-family:Verdana;
	font-size:13px;
}

.titolo {
	font: 20px Verdana;
	color: black;
	font-weight: bold;
}

.titolo_info {
	font: 20px Verdana;
	color: yellow;
	font-weight: bold;
}

p,testo_giallo {
	color:yellow;
	font-family:Verdana;
	font-size:14px;
}


.form_input {
	color:black;
	background-color:#DCDCDC;
	font-family:Verdana, Arial;
	font-size:12px;
	padding:2px;
	border:2px solid #696969;
	margin:1px;
}


.font_label{
	font-family:Verdana, Arial;
	color:yellow;
	font-size:10px;	
}

.label {
	font-family:Verdana, Arial;
	color:yellow;
	font-size:10px;
	padding:2px;
	border:0px solid;
	margin:1px;
}