/* Stile per la pagina che legge tutte le news */

table#notizie {
	width: 480px;
	border-bottom: dotted Orange;
	font: 15px Verdana;

}

td#titolo_notizia{
	font-weight: bold;
	text-align: left;
	font-size: 17px;
}

a#link_titolo{
	text-decoration: none;
	color: Black;
	text-shadow: Orange 0.1em 0.1em 0.2em
}

a#link_titolo:hover{
	text-decoration: underline;
	color: Black;
}

td#corpo_notizia{
	text-align: justify;
}

td#autore_notizia{
	font-style: italic;
	text-align: right;
	font-size: 14px;
}

td#comandi {
	font-weight: bold;
	text-align: left;
	font-size: 15px;
}

a#comando {
	text-decoration: none;
	color: Orange;
	text-shadow: silver 0.1em 0.1em 0.2em
}

a#comando:hover{
	text-decoration: underline;
	color: Orange;
}
