/* CSS Document */#contenitore {    font-family: Verdana, Arial, Helvetica;    font-size: 10px;    font-style: normal;    color: #006600;    font-weight: normal;    background-image: url(http://www.tecnocommerciale.com/img/logo.jpg);    background-repeat: no-repeat;	background-position: top center;	width: 700px;}#testata  {border-top: 2px double #006600;border-bottom: 2px double #006600;height: 60px;	padding: 2px 2px 2px 2px;	margin: 2px 2px 2px 2px;}#testata img {	border: 2px;	width: 58;	height: 50;	padding: 4px;	float: left;}#testata span {	border: 3px;	padding: 2px 2px 2px 2px;	margin: 2px 2px 2px 2px;	font-family: Verdana, Arial, Helvetica;    font-size: 12px;}#principale  { position: relative;top:10;left:10;width:99%; } .titolo  { color: #006600;font-family: Verdana, Arial, Helvetica;font-size: 14px;font-weight: bold;text-decoration: underline;margin-top: 2em;margin-bottom: 2em;padding-bottom: 2px;float: left; } #normale, a, a:link, a:visited, a:hover { color: #006600;font-family: Verdana, Arial, Helvetica;font-size: 12px;font-weight: normal;text-align: justify;clear: all; } #piede  {border-top: 2px double #006600;border-bottom: 2px double #006600;padding-top: 5px;padding-bottom: 5px;margin-top: 20px;font-family: Verdana, Arial, Helvetica;font-size: 10px;	float: left;	clear: both;}#piede a, a:link, a:visited, a:hover{font-family: Verdana, Arial, Helvetica;font-size: 10px;}
