﻿/* -----------------            GENERICI       ----------------- */

td { font-family: Arial; font-size: 12px; color: #3f3f3f;}

a:link    {color: #3f3f3f; font-family: Arial; font-size: 12px; font-weight:bold; text-decoration : underline }
a:visited {color: #3f3f3f; font-family: Arial; font-size: 12px; font-weight:bold; text-decoration : underline }
a:hover   {color: #3f3f3f; font-family: Arial; font-size: 12px; font-weight:bold; text-decoration : none}

.elenco {
	list-style-type: square;
}

/* -----------------            PAGINA      ----------------- */
td.indirizzo { font-family: Arial; font-size: 11px; color: #969696;}

a:link.linkindirizzo       {color: #969696; font-family: Arial; font-size: 11px; text-decoration : none }
a:visited.linkindirizzo    {color: #969696; font-family: Arial; font-size: 11px; text-decoration : none }
a:hover.linkindirizzo      {color: #969696; font-family: Arial; font-size: 11px; text-decoration : underline }


a:link.linkmenu         {color: #3f3f3f; font-family: Arial; font-size: 12px; font-weight:bold; text-decoration : none }
a:visited.linkmenu      {color: #3f3f3f; font-family: Arial; font-size: 12px; font-weight:bold; text-decoration : none }
a:hover.linkmenu        {color: #3f3f3f; font-family: Arial; font-size: 12px; font-weight:bold; text-decoration : underline; background: #e8e0ae }

td.boxino_articoli { font-family: Arial; font-size: 12px; color: #000000;}

.testo_pagina {
	font-family: Arial;
	font-size: 13px;
	color: #3f3f3f;
	line-height: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.testo_box {
	font-family: Arial;
	font-size: 12px;
	color: #3f3f3f;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-right: 20px;
	}
.testo_articoli {
	font-family: Arial;
	font-size: 13px;
	color: #3f3f3f;
	line-height: 22px;
	text-align: left;
}
.articolo_tit {
	font-family: "Arial Black";
	font-size: 18px;
}
.titolo_box {
	font-size: 14px;
	color: #C3304C;
}
