a       { 	
				color: #167C49; 
				font-family: Verdana; text-decoration: none 
}

a:hover {
	color: #167C49;
	font-family: Verdana;
	text-decoration: underline;
	background: #ffff99;
}

a.laterale {
	color: #167C49;
	font-family: Verdana;
	text-decoration: none;

}

a.laterale:hover {
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: underline;
	background: #1b9157;
}

a.front { 
			color: #FFFFFF; 
			font-family: Verdana; 
			text-decoration: none  
}

a.front:hover {
	font-family: Verdana;
	text-decoration: underline;
	background-color: #ffff99;
	color: teal;
}

a.news      { 
			color: #FFFFFF; 
			font-family: Verdana; 
			text-decoration: none
}

a.news:hover { 
			color: #FFFF99; 
			font-family: Verdana; 
			background-color: #1B9157; 
			text-decoration: underline 
}

td {
	border-bottom: 1px dotted teal;
}

td.front {
	border: none;
}

td.spalla 
{
	border-bottom: 1 solid #C0C0C0;
	background: #ffff99;
	height: 22px;
	border-bottom-color: teal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #1b9157;
	border-left-style: solid;
	border-left-width: 1px;
}
td.spalla:hover 
{
	border-bottom: 1 solid #C0C0C0;
	background: #1B9157;
	height: 22px;
	border-bottom-width: 1px;
	color: #FFFFFF;
	border-left-color: #1b9157;
	border-left-style: solid;
	border-left-width: 1px;
}


td.spalladocente 
{
	border-left: 1 solid #1B9157;
	border-bottom: 1 solid #C0C0C0;
	background: silver;
	height: 19px;
	border-bottom-color: teal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
