body {
	background-color: #B47B24;
	font-family: Verdana; 
	background-image: url(image/sfondo.jpg);
	background-repeat: repeat-y;
}

.sottotitolo {
	color: #6C2000;
	font-size: 1.3em;
	font-weight: bold;
}

.voce {
	color: #6C2000;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
}

.tabella {
	border: 1px #000066 solid;
	background-color: #FFFFFF;
}

.form1 {
	font-size: 1em;
	font-weight: bold;
	color: #A86400;
	text-align: center;	
}

.form2 {
	color: #6C2000; 
	text-weight: bold;
}

a:link,
a:visited  	{
	font-size: 1.2em;
	color: #603400;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

a:active,
a:hover 	{
	background-color: #603400;
	font-size: 1.2em;
	color:#DEDEDE;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

