/* Stile per la pagina che legge tutte le news */

div#box_notizie {
	width:530px;
	height: 500px;
	background-image: url(sfondo_box_notizie.jpg);
	padding-top: 0px;
	vertical-align: middle;
}

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#archivio_notizie {
	font: 15px Verdana;
	
	text-align: center;
	text-decoration: none;
	color: black;
}

a#archivio_notizie:hover {
	font: 15px Verdana;
	font-weight: bold;
	text-align: center;
	color: black;
}

a#comando {
	text-decoration: none;
	color: Orange;
	text-shadow: silver 0.1em 0.1em 0.2em
}

a#comando:hover{
	text-decoration: underline;
	color: Orange;
}
