body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 900px;
}
div.content {
	clear: left;
	margin-top: 0px;
	width: 900px;
}
p {
	margin-top: 10px;
	margin-bottom: 15px;
}
p.rimandi {
   margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
   font-size: 25px;
	text-align: center;
	color: Black;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 25px;
	}
h2 {
	font-size: 20px;
	color: Black;
	font-weight: normal;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	}
h4 {
	font-size: 25px;
	font-weight: bold;
	color: White;
	padding: 5px 0px;
	width: 900px;
	text-align: center;
	margin: 10px 0px;
}
h5 {
	font-size: 20px;
	color: White;
	padding: 5px 0px;
	width: 900px;
	font-weight: normal;
	margin: 5px 0px;
}
h6 {
	font-size: 14px;
	color: White;
	padding: 10px 5px;
	width: 890px;
	text-align: center;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
	background-color: #666666;
}
table {
	width: 900px;
	font-size: 13px;
	background-color: White;
	padding: 0px;
	text-align: left;
	border: 0px;
	margin: 5px 0px 10px 0px;
}


table.menu {
	font-size: 15px;
	text-align: center;
	border: 0px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
td.menuuno {  
   width: 120px;
	background-color: #EA7500;
}
td.menudue {
	width: 120px;
	background-color: #169E1A;
}
td.menutre {  
   width: 120px;
	background-color: #AF0000;
}
td.menuquattro {  
   width: 120px;
	background-color: #0066B1;
}
td.menucinque {  
   width: 120px;
	background-color: #693469;
}
td.menusei {  
   width: 120px;
	background-color: #666666;
}


a {
	text-decoration: none;
}
a.bianco {
	color: White;
	text-decoration: none;
}
a.grassettobianco {
	font-weight: bold;
	font-size: 15px;
	color: white;
}
a.grassetto {
	font-weight: bold;
	font-size: 15px;
	color: #693469;
}
a:link {
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
a:hover.grassetto {
	color: white;
	font-weight: bold;
	background-color: #693469;
}
a:visited.grassetto {
	color: none;	
}


.marrone {
	background-color: #EA7500;
	color: White;
}
.rosso {
	background-color: #AF0000;
	color: White;
}
.verde {
	background-color: #169E1A;
	color: White;
}
.azzurro {
	background-color: #0066B1;
	color: White;
}
.viola {
	background-color: #693469;
	color: White;
}
.grigio {
	background-color: #666666;
	color: White;
}


form {
	width: 450px;
	margin-top: 10px;
	margin-right: 30px;
	float: left;
}
fieldset {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
input {
	margin-left: 150px;
}
#bottone1 {margin-left: 5px;}
#bottone2 {margin-left: 20px;}
select {
	margin-left: 150px;
}
#anno {margin-left: 20px;}
label {
	position: absolute;
	padding-top: 4px;
	margin-left: 10px;
}
#datipersonali {background:#FC6459;}
#info {background:#53D7D8;}
#commento {background:#53D7D8;}
#suggerimenti {background:#53D7D8;}
textarea {
	margin-left: 5px;
	padding-top: 4px;
}
optgroup {
	font-weight: normal;
}


#footer {
	width: 900px;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 10px 0 20px 0;
	margin-top: 25px;
}
.testopiepagina {  
   font-weight: bold;
	font-size: 12px;
}
.colore1 {  
   color: #EA7500;
}
.colore2  {
	color: #169E1A;
}
.colore3 {  
   color: #AF0000;
}
.colore4 {  
	color: #0066B1;
}
.colore5 {  
	color: #693469;
}
.colore6 {  
   color: #666666;
}
.nero {
	color: Black;
}