html,body{
font-family: Georgia,"Times New Roman";
color: #333333;
margin: 0px 0px 5px 0px;
background-color: #ffffff;
background-image: url(immagini/background.jpg);
background-repeat: repeat-x;
}

a.menu:link {
font-size: 18px;
COLOR: #666666;
text-decoration: none}

a.menu:visited {
font-size: 18px;
COLOR: #666666;
text-decoration: none}

a.menu:hover {
font-size: 18px;
COLOR: #303D58;
text-decoration: underline}

a:link {
COLOR: #303D58;
text-decoration: underline}

a:visited {
COLOR: #303D58;
text-decoration: underline}

a:hover {
COLOR: #303D58;
text-decoration: underline}


h1 {
COLOR: #303D58;
font-weight: bold;
text-align:left;
margin-top: 0px;
margin-bottom: 0px;
font-size: 22px;
}

h2 {
COLOR: #666666;
font-weight: bold;
font-style: italic;
text-align:left;
margin: 0px 0px 3px 0px;
font-size: 16px;
}

h3 {
COLOR: #303D58;
font-weight: bold;
text-align:left;
margin-top: 6px;
margin-bottom: 6px;
font-size: 16px;
}

h4 {
COLOR: #303D58;
font-weight: bold;
text-align:left;
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
}

p {
	FONT-SIZE: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
}

td { vertical-align: top;
	FONT-SIZE: 13px;

 }


.forms {
	FONT-SIZE: 12px;
	font-family: Georgia,"Times New Roman";
	border: 1px solid #a0a0a0;
	height: 20px;
	width: 200px
}

.pulsanti {
	border: 1px solid #c0c0c0;
	FONT-SIZE: 13px;
	background-color: #303D58;
	height: 24px; 
	color:#ffffff;
}