/* CSS Document */

body {
	background-color: #669922;
	margin: 0px;
}

tr,td {
	color: #000000;
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.titolo {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a.footer {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.footer {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a { 
color: #333333; 
text-decoration: underline; 
	font-weight: bold;
}
a:hover { 
color: #ff0000; 
text-decoration: none; 
}
a.rosso {
	color: #FF0000;
	text-decoration: none;
}
a.rosso:hover {
	color: #66cccc;
	text-decoration: underline;
}
a.photogallery {
	color: #333333;
	text-decoration: underline;
}
a.photogallery:hover {
	color: #FF0000;
	text-decoration: none;
}
 .campiform {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
  }

.bordo_verde {
	border: 6px solid #669933;


}

