body {
	background-image: url(images/background.jpg);
	background-color: #ffffff;
	font-size: 14px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #003399;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-left: none;
	border-top: none;
	border-bottom: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
   text-decoration: none;	
	text-align: center;
}

A:link {
	color: Teal;
	background-color: inherit;
	text-decoration: none;
} 

A:visited {
	color: #ff0000;
	background-color: inherit;
	text-decoration: none;
}

A:hover {
	color: Blue;
	background-color: Yellow;
	text-decoration: underline;
}

A.col:link {
	color: Red;
	background-color: inherit;
	text-decoration: none;
} 

A:active {
	color: #00ff00;
	background-color: inherit;
	text-decoration: none;
}

A.col:visited {
	color: Gray;
	text-decoration: none;
	background-color: inherit;
}

A.col:hover {
	color: Blue;
	background-color: Yellow;
	text-decoration: underline;
}

A.col:active {
	color: Yellow;
	background-color: inherit;
	text-decoration: none;
}

#menu ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

#menu ul li {
	display: inline;
   padding-left: 10px;
   padding-right: 10px;
}

#menu a {
	font-size: 12px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	color: Yellow;
	background-color: inherit;
	text-decoration: none;
}

#menu a:visited {
	color: Lime;
	background-color: inherit;
	text-decoration: none;
}
        
#menu a:active {
   color: #00ff00;
	background-color: inherit;
	text-decoration: none;
}
        
#menu a:hover {
	color: Black;
	background-color: Yellow;
	text-decoration: underline;
}        

li.marg {
	margin-bottom: 10px;
}

p {
	line-height: 150%;
	font-size: 14px;
}

p.col {
	line-height: 100%;
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
}

p.right {
	line-height: 100%;
	font-size: 11px;
	text-align: right;
}

p.cent {
  text-align: center;
}
p.biblio {
	margin-left: 6mm;
	text-indent: -6mm;
}

h1 {
	font-size:30px;
	font-weight:bold;
}

h2 {
	font-size:24px;
	font-weight:bold;
}

h3 {
	font-size:18px;
	font-weight:bold;
}

img {
	border: 0px;
}

#content {
	background-color: #99ff99;
	color: inherit;
	width: 750px;
	margin: 0px auto 0px auto;
	text-align: center;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 0px 0px 0px 0px;
	position: relative;
	background-image: url(images/orange.gif);
	background-repeat: repeat-y;
}

#header {
	background-color: #ffffcc;
	color: inherit;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding-right: 20px;
	height: 170px;
}

#menu {
	background-color: Black;
	color: inherit;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: Black;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}

#left {
	width: 130px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	position: absolute;
	left: 0px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#central {
	background-color: White;
	color: inherit;
	margin-left: 140px;
	margin-right: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
}

#central-short {
	background-color: White;
	color: inherit;
	margin-left: 140px;
	margin-right: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 200px;
	text-align: left;
}

#right {
	background-color: #99ff99;
	color: inherit;
	width: 140px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	position: absolute;
	top: 203px;
	right: 0px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}	

#footer {
	margin: 0px 0px 0px auto;
	background-color: #ffffcc;
	color: inherit;
	width: 100%;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: thin;
	padding-bottom: 0px;
	padding-top: 5px;	
	font-size: 11px;
	text-align: center;
}

#tabella1{
	border: 0px;
	border-collapse: separate;
	margin: 0px auto;
	text-align: left;
	font-size: 12px;
	padding-right: 2px;
}

#tabella1 caption{
	color: #000080;
	background-color: inherit;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
}
