body {
	background-color: #F5FCFF;
	padding: 0;
	margin: 0;
	font-family: "Book Antiqua", Georgia, Garamond, "Times New Roman", Times, serif;
	color: #000033;
	
}
h6 {
	font-family: "Book Antiqua", Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000099;
}
h5 {
	font-family: "Book Antiqua", Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000099;
}
h4 {
	font-family: "Book Antiqua", Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000099;
}
h3 {
	font-family: "Book Antiqua", Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000099;
}
h2 {
	font-family: "Book Antiqua", Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000099;
}
h1 {
	font-family: "Book Antiqua", Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000099;
	font-weight: normal;
	margin-top: 6px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #00f;
}
a:hover {
	text-decoration: underline;
}
p {
	text-align: justify;
	font-size: 14px;
}
.centrato {
	text-align: center;
}
a:visited {
	color: #00f;
}
.linkintrapagina {
	text-align: center;
	font-size: 12px;
}
.avviso{
	border: 1px solid Silver;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 14px;
	padding: 3px;
}

.avviso p{
	font-size: 14px;
}
.avvisoluogo{
	font-style: italic;
}
.avvisodata{
	font-style: italic;
}
.avvisobreve{
	color: #000099;
}
.avvisodettaglio{
	color: #000000;
}
a.avvisodettaglio{
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
}
hr.divisoreavvisi{
	display: none;
	width: 70%;
}
#content{
	margin: 15px auto 10px auto;
	padding: 10px 0;
	width: 700px;
}
.accesskey{
	text-decoration: underline;
}
.warning{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #f00;
}
#operazioniavvisi{
	border: 1px solid silver;
	margin: 10px, auto, 10px, 0;
	padding: 5px;
	width: 350px;
}
#operazioniavvisi ul{
	list-style: none;
}
#operazioniavvisi a{
	text-decoration: none;
}
#operazioniavvisi a:hover, #operazioniavvisi a:focus{
	text-decoration: none;
	font-weight: bold;
}
#operazioni a:visited{
	color: #00f;
}

