body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(Images/Sfondo.jpg);
}
input {
	font-size: 12px;
}
a:link, a:visited {
	color: #0444A9;
}
a:hover {
	color: #DA251D;
}
.bar {
	color: #6CC2E3;
	font-weight: bold;
}
.mark {
	background-color: #6CC2E3;
}
.riquadro {
	margin: 3px;
	border: 1px solid #0444A9;
}

.nav {
	width: 150px;
}
a.menu:visited ,
a.menu:link {
	color: #F9CA00;
	text-decoration: none;
	font-size: 14px;
}
a.menu:hover {
	color: #F9CA00;
	background-color: #DA251D;
	display: block;
}
.contenuto {
	background: #CBE6EF;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0444A9;
	border-right-color: #0444A9;
	border-bottom-color: #0444A9;
	border-left-color: #0444A9;
}
.bordomenutop {
	border-right: 0px solid #FFFFFF;
}
.bordomenuleft {
	border-bottom: 1px solid #0444A9;
}
.bordo2 {
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
h1, h2 {
	color: #0444A9;
}

