body {
	margin: 0;
	padding: 0;
	scroll: none;
	background-color: #803A00;
	background-image: url(immagini/sfondo_int.jpg);
	scrollbar-3dlight-color: #803A00;
	scrollbar-arrow-color: #803A00;
	scrollbar-highlight-color: #803A00;
	scrollbar-face-color: #000000;
	scrollbar-darkshadow-color: #803A00;
	scrollbar-shadow-color: #803A00;
	scrollbar-track-color: #803A00;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-style: none;
	font-weight: bold;
	color: #000000;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #FFFFFF;
}

input, textarea {
	scrollbar-3dlight-color: #FFFFCC;
	scrollbar-arrow-color: #FFFFCC;
	scrollbar-highlight-color: #FFFFCC;
	scrollbar-face-color: #000000;
	scrollbar-darkshadow-color: #FFFFCC;
	scrollbar-shadow-color: #FFFFCC;
	scrollbar-track-color: #FFFFCC; 
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

td.scrivi {
	background: #FFFFCC;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

td.scrivi a, fondo a {
	background: #FFFFCC;
	font-style: underline;
	font-weight: bold;
	color: #990000;
}

.titolo { 
	background: #FFFFCC;
	font-family: Times, serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.sottotitolo { 
	background: #FFFFCC;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

.fondo { 
	background: #FFFFCC;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-style: none;
	font-weight: bold;
	color: #000000;
}

/** MENU 2 **/
tr.menu2 { 
	font-family: Arial, sans-serif;
	font-size: 10pt;
	list-style: none;
	margin:0; padding:0;
	text-align: center;
}
td.menu2 { 										 
	line-height: 1.20 em;
	border: 1px solid #000000;
	background: #000000;
}
td.menu2 a { 
	display: block;
	text-decoration: none;
	font-weight: bold;
}
td.menu2 a:link, td.menu2 a:visited { 
	color: #FFFFCC;
}
td.menu2 a:hover { 
	background: #FFFFCC;
	color: #000000;
}
/** FINE MENU2 **/

