#articolo a {
	color: #000;
}
#articolo a:hover {
/* formattazione titolo */
}
#articolo h1.ar_titolo {
}
/* formattazione sottotitolo */
#articolo h2.ar_sottotitolo {
}
/* formattazione del canale */
#articolo a.canale {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
	color: #8BA400 !important;
}
/* formatatzione autore */
#articolo a.autore {
	color: #8BA400 !important;
}
/* formattazione colore e font titoli */
#articolo .ar_titolo {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
	color: #666665 !important;
}
/* sfondo del box foto/archivio */
#articolo #box {
	background-color: #FAFAFA !important;
	border-bottom-width: 10px !important;
	border-color: #E9E9E9 !important;
}
/* colore e hover dei tag */
#articolo #tags ul li {
	background-color: #535353 !important;
}
#articolo #tags ul li:hover {
	background-color: #8BA400 !important;
}
#divInvioEmail {
	margin-top: -20px !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #CCC !important;
	padding-top: 30px !important;
}
