﻿<style>
body {
	font-family: "Georgia","Verdana";
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	color: #005000;

	background: url('../image/bg-main-green2.jpg') top fixed #3888a9;
	background-position:center;
		
	margin:2px auto;

}
TD {
	font-family: "Georgia","Verdana";
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	color: #005000;
	background: white;
}
TD.cella_centrale_sito {
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-color:CCFFCC;
}
H4 {
	font-family: "Georgia","Verdana";
	font-weight: bold;
	font-size: 90%;
	line-height:100%; margin-top:3; margin-bottom:5; background-color:#E0EFE0
}
H4.red {
	font-family: "Georgia","Verdana";
	font-weight: bold;
	font-size: 90%;
	color:#FF0000;
	line-height:100%; margin-top:3; margin-bottom:5; background-color:#FFE0E0
}
H4.blue {
	font-family: "Georgia","Verdana";
	font-weight: bold;
	font-size: 90%;
	color:#0000FF;
	line-height:100%; margin-top:3; margin-bottom:5; background-color:#E0E0FF
}
H5 {
	font-family: "Georgia","Verdana";
	font-weight: normal;
	font-size: 80%;
	line-height:120%; margin-top:1; margin-bottom:4;
}
H5.red {
	font-family: "Georgia","Verdana";
	font-weight: normal;
	font-size: 80%;
	line-height:120%; margin-top:1; margin-bottom:4;
	color:#FF0000;
}
H5.blue {
	font-family: "Georgia","Verdana";
	font-weight: normal;
	font-size: 80%;
	line-height:120%; margin-top:1; margin-bottom:4;
	color:#0000FF;
}
H6 {
	font-family: "Georgia","Verdana";
	font-weight: normal;
	font-size: 65%;
	line-height:100%; margin-top:1; margin-bottom:3
}
A:link {color: #005000; text-decoration: none}
A:visited {color: #005000; text-decoration: none}
A:active {color: #005000; text-decoration: none}
A:hover {color: #005000; text-decoration: underline}
A.red:link {color: #ff0000; text-decoration: none}
A.red:visited {color: #ff0000; text-decoration: none}
A.red:active {color: #ff0000; text-decoration: none}
A.red:hover {color: #ff0000; text-decoration: underline}
A.blue:link {color: #0000ff; text-decoration: none}
A.blue:visited {color: #0000ff; text-decoration: none}
A.blue:active {color: #0000ff; text-decoration: none}
A.blue:hover {color: #0000ff; text-decoration: underline}
img {
	vertical-align: middle;
}
</style>