BODY {
	margin:10px, 0px, 10px, 0px;
	background-color:#424242;
}

FORM {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

INPUT, TEXTAREA, SELECT {
	background-color:#131313;
	border-width:1px;
	border-style:solid;
	border-color: #999999;
}

  INPUT, TEXTAREA, SELECT
, .testo, .testoBold, .titolo, .titoloOrange, .testoOrange
, a.testo:link, a.testo:active, a.testo:visited, a.testo:hover
, a.testoBold:link, a.testoBold:active, a.testoBold:visited, a.testoBold:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #CCCCCC;
}

  .testoBold, .titolo, .titoloOrange
, a.testoBold:link, a.testoBold:active, a.testoBold:visited, a.testoBold:hover {
	font-weight: bold;
}

.titolo, .titoloOrange {
	font-size: 11px;
}

.titoloOrange, .testoOrange {
	color: #FFC900;
}

a.testo:hover, a.testoBold:hover {
	text-decoration: none;
	color: #FFC900;
}
