*{
	font-family:arial;
	font-size:12px;
}
table {
    border-collapse: collapse;
    width:100%;
}
table td{ 
	border:1px #E0E0E0 solid;
	padding:5px;
}
table td.code{
	width:15%;
}
table td.descr{
	width:55%;
}
table td.qta{
	width:15%;
	text-align:center;
}
table td.in{
	width:15%;
	text-align:center;
}
table tr.intestazione{
	background-color:#00539d;
	color:#fff;
	font-weight:bold;
}
table tr.odd{
	background-color:#DBDBDB;
}
table tr.odd{
	background-color:#f2f2f2;
}