@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
	background-image: url(mosaicojb_grafica.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#contenuto {
	position:absolute;
	width: 520px;
	left: 420px;
	top: 220px;
}

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

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.style1 {color: #999999}

td {
	font-weight: bold;
	color:#293783;
}

td.sx {
	text-align: right;
	padding-right:5px;
}

td.campi {
	text-align: left;
}

input, textarea, option, select {
	background-color: #e7e865;
	color: #293783;
	font-weight: bold;
	border: 0;
	padding: 3px;
	font-size:12px;
}

input.submit {
	border:solid #293783 thick;
	font-size:22px; 
}