@charset "utf-8";
/* CSS Document */
body {
	background-image:url('../immagini/ombra.jpg');
	font-family: Verdana;
	font-size: 11px;
	background-repeat: repeat-y;
	background-position: center;
	margin-top:4px;
}
h1 {
	font-family: Verdana;
	font-size: 14px;
	color: #000066;
	width: 100%;
	text-align: left;
}
h2 {
	font-family: Verdana;
	font-size: 12px;
	color: #000066;
	width: 100%;
	text-align: left;
}

.topmenu{

height:20px;
padding-top:5px;
padding-bottom:5px;
}
div.top {
	background-image:url('fondotop.jpg');
	text-align:center;
	height:80px;
	padding-top:20px;
}
td {
	font-family: Verdana;
	font-size: 11px;
	color: #000066;
	width: 100%;
	text-align: left;
}
.centrati {
	text-align: center;
}
a img {
	border: 1px solid #d85d5d;
	padding:3px
}
a img:hover {
	border-color: #d85d5d;
	border: 2px solid #3399FF;
	padding:2px
}
.menu {
	padding:0px;
	margin: 2px;
}
a:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: blue;
	text-decoration: none;
}
a:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}
a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #46008C;
	text-decoration: none;
}
a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
	text-decoration: none;
}

