/* CSS Document */

body{

margin: 0;
padding: 0;
font-family: arial,sans-serif;
text-align:center;
color:#000000;
font-size:11px;

}

.piccolo{ font-size: 10px; }
.titolo		{ font-size: 16px;  }
.rormale		{ font-size: 11px;  }

a:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #0066CC;
	text-decoration: none;
font-weight: bold;
}

a:hover {
	color:#FF0000;

}


#tabella {
margin: 0;
border-top: 1px solid #45A7EF;
text-align:left;
width:700px;
margin: 0px;
border: 1px solid ;
border-bottom: 1px solid #45A7EF;
}

#tabella td{
padding: 10px;

}

