
/* ----- MASTER ----- */

.h1Master {
	color: #3399cc;
	padding: 0px 0px 5px 10px;
}

.letteraDicituraMaster {
	color: #3399cc;
}


A:link {
	text-decoration: underline;
	font: 11px MS Sans Serif;
	color: #3399cc;
}

 A:visited {
	text-decoration: underline;
	font: 11px MS Sans Serif;
	color: #3399cc;
}

 A:hover {
	text-decoration: underline;
	font: 11px MS Sans Serif;
	color: #000000;
	text-decoration: none;
}



A.linkMenuSubMaster:link {
	text-decoration: none;
	font: 11px MS Sans Serif;
	color: #666666;
}

 A.linkMenuSubMaster:visited {
	text-decoration: none;
	font: 11px MS Sans Serif;
	color: #666666;
}

 A.linkMenuSubMaster:hover {
	text-decoration: underline;
	font: 11px MS Sans Serif;
	color: #3399cc;
	text-decoration: underline;
}

A.linkMenuSubMasterSelected:link {
	text-decoration: none;
	font: 11px MS Sans Serif;
	color: #3399cc;
	font-weight: bold;
}

 A.linkMenuSubMasterSelected:visited {
	text-decoration: none;
	font: 11px MS Sans Serif;
	color: #3399cc;
	font-weight: bold;
}

 A.linkMenuSubMasterSelected:hover {
	text-decoration: none;
	font: 11px MS Sans Serif;
	color: #3399cc;
	font-weight: bold;
}

/* ----- FINE MASTER ----- */