/* Stile per la pagina che legge una news intera */

table#notizie {
	width: 520px;
	border-bottom: dotted orange;
	font: 15px Verdana;
}

td#titolo_notizia{
	font-weight: bold;
	text-align: left;
	font-size: 19px;
	text-shadow: orange 0.1em 0.1em 0.2em
}

td#corpo_notizia{
	text-align: justify;
}

td#autore_notizia{
	font-style: italic;
	text-align: right;
}
