/* CSS Document */

html{
	margin:0;
	padding:0;
}

body {
	background-color: #FFF8D5;
	margin-top: 8px;
}

body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#header{
	width:786px;
	height:155px;
	border:0;
	margin:0 auto;
	padding:0;
	background-image: url("images/testata.jpg");
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.titoletto{
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align:left;	
}
.testo{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align:justify;
}
.testomenu{
	font-size:14px;
	font-weight: bold;
	color: #000000;
}
.testoriquadri{
	font-size:10px;
	font-weight: bold;
	color: #000000;
}
.testolinklaterali{
	font-size:11px;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

