div.titprigra {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        color : blue;
        text-decoration : none;
        font-size :18px;
}
div.titprieno {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        color : blue;
        text-decoration : none;
        font-size :22px;
}
div.txtpri {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        color : #000000;
        text-decoration : none;
	font-size :14px;
}
a.txtprilink {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        color : #6563aa;
        text-decoration : none;
        font-size :14px;
}
a.txtprilink:Hover {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        color : blue;
        font-size :14px;
}
div.txtpripic {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        color : #000000;
        text-decoration : none;
        font-size :12px;
}
div.txtprigra {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        color : blue;
        text-decoration : none;
        font-size :18px;
}
a.txtprigra {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        color : #6563aa;
        text-decoration : none;
        font-size :20px;
}
a.txtprigra:Hover {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        color : blue;
        font-size :20px;
}
div.sche {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        color : blue;
        text-decoration : none;
        font-size :14px;
}
span.sche {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        color : #000000;
        text-decoration : none;
        font-size :12px;
}
div.giud {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        color : blue;
        text-decoration : none;
        font-size :16px;
}
div.giudgra {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        color : blue;
        text-decoration : none;
        font-size :18px;
}
td.menugra {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        font-size :18px;
        color : blue;
	text-decoration : none;
	background-color: navy;
}
td.menugra a {
	color: blue; /* Questo è il colore del link */
	background-color: white;
	display: block; /* Fondamentale! Da impostare sempre */
	position: relative; /* Fondamentale! Da impostare sempre */
	text-decoration: none; /* Eliminiamo la sottolineatura del link */
}
td.menugra a:hover {
	color: yellow; /* Cambiamo il colore del link al passaggio del mouse */
	background-color: blue; /* Cambiamo il colore di sfondo al passaggio del mouse */
	text-decoration: none;
}
td.menupic {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        font-size :14px;
        color : blue;
	font-weight : bold;
        text-decoration : none;
        background-color: navy;
}
td.menupic a {
        color: blue; /* Questo è il colore del link */
        background-color: white;
        display: block; /* Fondamentale! Da impostare sempre */
        position: relative; /* Fondamentale! Da impostare sempre */
        text-decoration: none; /* Eliminiamo la sottolineatura del link */
}
td.menupic a:hover {
        color: yellow; /* Cambiamo il colore del link al passaggio del mouse */
        background-color: blue; /* Cambiamo il colore di sfondo al passaggio del mouse */
        text-decoration: none;
}
td.titolo1 {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        font-size :20px;
        color : yellow;
/*        font-weight : bold;
  */      text-decoration : none;
        background-color: navy;
}
td.titolo1 a {
    	color: yellow; /* Questo è il colore del link */
        background-color: blue;
        display: block; /* Fondamentale! Da impostare sempre */
        position: relative; /* Fondamentale! Da impostare sempre */
        text-decoration: none; /* Eliminiamo la sottolineatura del link */
}
td.titolo2 {
        font-family : Times New Roman, Roman, Times, Arial, sans-serif;
        font-size :18px;
        color : yellow;
/*        font-weight : bold;
  */      text-decoration : none;
        background-color: navy;
}
td.titolo2 a {
        color: yellow; /* Questo è il colore del link */
        background-color: blue;
        display: block; /* Fondamentale! Da impostare sempre */
        position: relative; /* Fondamentale! Da impostare sempre */
        text-decoration: none; /* Eliminiamo la sottolineatura del link */
}


