body{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper{
	margin-left: 15%;
	margin-right: 15%;
	text-align: left;
	min-height: 750px;
}

#header{
	margin-top: 150px;
	padding: 0px;
}

#header p{
	font-size: small;
	color: ##555;
	text-align: justify;
}

#header h1{
	font-size: 15px;
	color: #b4ff00;
	font-weight: bold;
}

#header a{
	font-size: small;
	color: #555;
	text-decoration: underline;	
}

#header a:hover{
	font-size: small;
	color: #header;
	text-decoration: underline;	
}

#header a:visited{
	font-size: small;
	color: #555;
	text-decoration: underline;	
}

li{
	font-size: small;
	color: #fff;
	list-style: none;
}

table{
	font-size: small;
	color: #555;
	margin: 5px;
	width: 750px;
}

td{
	background: #eee;
	padding: 5px;
	min-width: 100px;
	text-align: left;
}

td.head{
	background: #b4ff00;
	padding: 5px;
	font-weight: bold;
	min-width: 100px;
	text-align: left;
}

td.prodotto{
	background: #D5FF00;
	padding: 5px;
	font-weight: bold;
	min-width: 100px;
	text-align: left;
}


