body {     background-image: url("../img/sfondo.jpg");
	   background-color: rgb(251,251,251);	
              background-repeat: no-repeat;
              background-attachment: fixed;
              background-position:center top; }

p.titolo {  font-family: Arial;
	font-size: 24pt;
              text-align: center; }

p.testo {  font-family: Arial;
	font-size: 14pt;
              text-align: left; }

p.piede {  font-family: Times;
	font-size: 12pt;
              text-align: center; }

p.mese { font-family: Arial; 
	font-size: 24pt;
              text-align: center;
	color:red }

table.pagina { width: 100%; 
	       height: 70%; }

table.articoli { width: 100%; 
	       height: 60%; }

td.bordo	{ width: 10pt; }

td.testo	{  font-family: Times;
	   font-size: 14pt;
	   text-align: justify;
	   vertical-align: top;
	   color: blue; }

td.menu	{  text-align: left;
	   vertical-align: top;
	   width: 80px; }

td.data	{  font-family: Arial;
	   font-size: 12pt;
	   width: 40pt;
	   text-align: left;
	   vertical-align: top;
	   color: brown; }

td.articolo { font-family: Arial;
	   font-size: 12pt;
	   text-align: justify;
	   vertical-align: top; }

a.testocompleto {  font-family: Arial;
	   font-size: 10pt;
	   color: red; }

a.menu { font-family: Arial;
	font-size: 12pt;
	color: red; }

a.articolo {  font-family: Arial;
	   font-size: 12pt;
	   color: red; }

