html,body{
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#555555;
	text-align: center;
	background-image:url(image/sfondo.jpg);
	background-repeat:repeat;
}

.tabella{
	border: 1px solid;
	border-color:#D2D3FF;
	border-top: 0px;
}
.tabelladue{
	border-right: 1px solid;
	border-color:#D2D3FF;
}
.link-menu:LINK    {
	font-size: 16px;
	text-decoration: none;
	Color: #CCCCCC;
	font-weight: bold;
}
.link-menu:VISITED {
	font-size: 16px;
	text-decoration: none;
	Color: #CCC6D9;
	font-weight: bold;
}
.link-menu:HOVER   {
	text-decoration: none;
	Color: #999999;
	font-weight: bold;
}
.link-link:LINK    {
	font-size: 13px;
	text-decoration: none;
	Color: #990000;
	font-weight: bold;
}
.link-link:VISITED {
	font-size: 13px;
	text-decoration: none;
	Color: #990000;
	font-weight: bold;
}
.link-link:HOVER   {
	font-size: 13px;
	text-decoration: underline;
	Color: #A51011;
	font-weight: bold;
}
.link-descrizione:LINK    {
	font-size: 12px;
	text-decoration: none;
	Color: #4786E4;
	font-weight: normal;
}
.link-descrizione:VISITED {
	font-size: 12px;
	text-decoration: none;
	Color: #4786E4;
	font-weight: normal;
}
.link-descrizione:HOVER   {
	font-size: 12px;
	text-decoration: underline;
	Color: #4786E4;
	font-weight: normal;
}


a.anc:LINK    {
	font-size: 12px;
	text-decoration: none;
	Color: #CC3300;
	font-weight: normal;
}
a.anc:VISITED {
	font-size: 12px;
	text-decoration: none;
	Color: #CC3300;
	font-weight: normal;
}
a.anc:ACTIVE    {
	font-size: 12px;
	text-decoration: none;
	Color: #CC3300;
	font-weight: normal;
}
a.anc:HOVER   {
	font-size: 12px;
	text-decoration: underline;
	Color: #CC3300;
	font-weight: normal;
}


.categoria  {
	font-size: 36px;
	text-decoration: none;
	Color: #92B7EF;
	font-weight: bold;
}
.categoria1  {
	font-size: 36px;
	text-decoration: none;
	Color: #FF944D;
	font-weight: bold;
}

.categoria2  {
	font-size: 16px;
	text-decoration: none;
	Color: #92B7EF;
	font-weight: bold;
	margin-right: 5px;
}
.categoria3  {
	font-size: 16px;
	text-decoration: none;
	Color: #FF944D;
	font-weight: bold;
	margin-right: 5px;
}
.descrizione  {
	font-size: 11px;
	text-decoration: none;
	Color: #FF6600;
	font-weight: bold;
	margin-left: 4px;
}
.pedice  {
	font-size: 11px;
	text-decoration: none;
	Color: #006699;
	margin-left: 4px;
}
.chiuso  {
	font-size: 13px;
	text-decoration: line-through;
	Color: #333333;
	font-weight: normal;
}
