body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.tab-menu {
	background-image: url(../img/utili/sfumato.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a.link-categoria-paper {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #006699;
	text-decoration: none;

}
a:hover.link-categoria-paper {
	text-decoration: underline;
}
a.link-categoria-metal {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #595959;
	text-decoration: none;

}
a:hover.link-categoria-metal {
	text-decoration: underline;
}
a.link-categoria-wood {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #993300;
	text-decoration: none;

}
a:hover.link-categoria-wood {
	text-decoration: underline;
}
a.link-categoria-plastic {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #006666;
	text-decoration: none;

}
a:hover.link-categoria-plastic {
	text-decoration: underline;
}
.td-titolo-categoria-paper {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #006699;
	padding-bottom: 5px;
}
.td-titolo-categoria-metal {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #595959;
	padding-bottom: 5px;
}
.td-titolo-categoria-wood {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #993300;
	padding-bottom: 5px;
}
.td-titolo-categoria-plastic {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #006666;
	padding-bottom: 5px;
}
.td-descrizione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	padding-top: 20px;
}
a.indietro-link {
	margin: 10px;
	color: #CC0000;
	text-decoration: none;
}
a:hover.indietro-link {
	background-color: #FFCC00;
}

