body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

p {

}

a	{color: #4D4DE7;
	text-decoration: underline;
}


a:hover	{color: #51A0E7;
	text-decoration: none;
}


.bordotab {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Definisce il font */
	font-size: 12px; /* Dimensione del fon */
	color: #000000; /* Colore del font */
	background-color: #4D4DE7; /* Colore di sfondo della tabella */
	border-top-width: 1px; /* Qui definiamo il bordo esterno della tabella */
	border-bottom-width: 1px; /* Il bordo destro e quello interno */
	border-left-width: 1px; /* saranno quelli delle celle */
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.classetd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4D4DE7;
	border-right-width: 1px; /* Come si puņ notare, per le celle definiamo solo il bordo destro */
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.classetd a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; /* Questo č il colore del link */
	display: block; /* Fondamentale! Da impostare sempre */
	position: relative; /* Fondamentale! Da impostare sempre */
	text-decoration: none; /* Eliminiamo la sottolineatura del link */
}
.classetd a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; /* Cambiamo il colore del link al passaggio del mouse */
	background-color: #51A0E7; /* Cambiamo il colore di sfondo al passaggio del mouse */
	text-decoration: none;
}
.tdbasso {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000060;
	border-right-color: #000060;
	border-bottom-color: #000060;
	border-left-color: #000060;
}
.tdsponsor {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000060;
	border-right-color: #000060;
	border-bottom-color: #000060;
	border-left-color: #000060;
}
.tdtitolo {
	border: 1px solid #000060;

}

