
/* ----   Style per il Body ---- */

body {
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	color: #000080;
	background-image: url(img/sfondo.jpg);
	text-align: center;
	height: auto;
	margin: auto;
}

h1 {
	font-weight: bold;
	font-size: 34px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
}

h3 {
	font-weight: bold;
	font-size: 48px;
}

td {
	font-size: 12px;
}

a:visited, a:link, a:active {
  text-decoration: none;
  color: #000080;
}

a:hover {
  text-decoration: underline;
}

p {
	font-size: 18px;
	font-weight: bold;
}

#container{
	width: 75%;
	height: 95%;
	border: 2px;
	border-color: #000080;
	border-style: groove;
	margin: 15px;
	background-image: url(img/img.jpg);	
}

#container2{
	width: 75%;
	height: 95%;
	border: 2px;
	border-color: #000080;
	border-style: groove;
	margin: 15px;
	background-image: url(img/sfondo_chiaro.jpg);	
}

#header {
	text-align: center;
	height: 90px;
}

#central {
	text-align: center;
}

#footer {
	text-align: center;
	text-valign: bottom;
	height: 25px;
}

#testo {
	text-align: justify;
	padding: 10;
}

/* ----   Style per il Menu ---- */

.sidelink{
	display:inline;
	width:auto;
	padding:0px 10px 0px 10px;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	background:#eee url(img/gradient1.png) repeat-x;
	color:#26c;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
}

.sidelink:hover,.menuheader{
	background:#fff url(img/gradient2.png) repeat-x;
	color:#222;
	border-top:1px solid #ddd;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #ddd;
	text-decoration:none;
}
