body{
	background: black;
	border-left: 0;
	border-top: 0;
}

p.testo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	color: white;

}

p.titolo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:16;
	color:silver;
	}

a       {
	color: ActiveCaption;
	font-family: Verdana;
	text-decoration: none;
}

a:hover {
	color: red;
	font-family: Verdana;
	text-decoration: none;
}

a.laterale {
	color: navy;
	font-family: Verdana;
	text-decoration: none;
}

a.laterale2 {
	color:red;
	font-family: Verdana;
	text-decoration: none;
}
a.laterale:hover {
	color: red;
	font-family: Verdana;
	text-decoration: none;
	background: transparent;
}

tr.modello {
	border-right-color: #cc7840;
	border-right-width: thin;
}

td.front {
	border: none;
}

td.spalla 
{
	border-bottom: 1 solid #C0C0C0;
	height: 22px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: ButtonFace;
}
td.spalla:hover 
{
	border-bottom: 1 solid #C0C0C0;
	height: 22px;
	border-bottom-width: 1px;
	color: black;
	border-left-color: #1b9157;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: AppWorkspace;
	font: normal;
}

td.spalla2 
{
	border-bottom: 1 solid #C0C0C0;
	height: 22px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	background-color:#add8e6;
	color:red;
	
}
td.spalla2:hover 
{
	border-bottom: 1 solid #C0C0C0;
	height: 22px;
	border-bottom-width: 1px;
	color: #FFFFFF;
	border-left-color: #1b9157;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: AppWorkspace;
}