@charset "utf-8";
/* CSS Document */

body {background:url(images/bg.jpg) no-repeat top center #b5dbff; font-size:13px; font-family: Arial, Helvetica, sans-serif; color:#666666}
tr {font-size:13px; font-family: Arial, Helvetica, sans-serif; color:#666666}
td {font-size:1.0em; font-family: Arial, Helvetica, sans-serif; color:#666666}
td.top {font-size:11px; font-family: Arial, Helvetica, sans-serif; color:#666666; padding-right: 15px; line-height: 12px}


span.blu {font-size: 14px; color:#2262a9; line-height: 14px}
a:link, a:visited {color: #2262a9; text-decoration: none}
a:hover {color: #089618; text-decoration: none}

a.arancio:link, a.arancio:visited {color: #ff6c00; text-decoration: none; font-size: 11px}
a.arancio:hover {color: #ff6c00; text-decoration: underline}

h1, h2 {font-size: 24px; font-weight: normal; margin-bottom:3px; margin-top:0px; color: #119400}
h3 {font-size: 24px; font-weight: normal; margin-bottom:8px; margin-top:0px; color: #ff6c00}
div.entry {font-size: 13px; line-height: 18px; text-align:justify; padding-right: 30px}

	ul.subpages {
		margin: 0;
		padding: 0 15px 0 19px;
		list-style-image:url(images/FRECCETTA-NERA.gif);
		}
	
  ul.subpages li{
		height: 19px;
		}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
