body         {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color:#dadada;
	text-align: justify;
	border: none;
	padding: 0px;
	margin: 0px;
}

hr           {
display:none;}

h1 {
font-size:130%;
}
h2 {
font-size:120%;}

img {
padding-right:6px;
border:none;}
a {
	 color: #FFFFFF; 
		background-color: #6699CC;
 }
a:link     	{ color: #FFFFFF;
				background-color: #6699CC;
 }
a:hover     { text-decoration: none; 
			color: #000000;
				background-color: #6699CC;
 }



#home			{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #6699CC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: relative;
	left: 0px;
	right: 0px;
	top: 80px;
	padding: 20px 150px;
	background-image: url(img/pc.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
/*	bottom: auto;
	height: 250px; */
	width: auto;
				}
#menu {
	background-color: #6699CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	position: relative;
	left: 0px;
	right: 0px;
	top: 80px;
	padding: 5px 150px;
	margin: 0px;
	bottom: auto;
	width: auto;
	font-style: italic;



}				

.tabella {
	color: #FFFFFF;
background-color: #6699CC;
}

.tabella th {
background-color:#FFFFFF;
color:#0000FF;
text-align:left;
padding-left:5px;}

.tabella td {
padding:2px 5px;
border-bottom:1px solid #FFFFCC;}
