
h1 {
	text-align:center;
	letter-spacing:.5em;
	background: red;
	color: white;
	font: normal 20pt "Arial"
   }
	
P  {
	text-align:justify;
	color: black;
	font-style:normal; font-variant:normal; font-weight:normal; line-height:10pt; font-size:10pt; font-family:Arial
	
   }

td  {
	color: black;
	font:10pt "Arial"

      }


P.intro {
	text-indent:0;
	font: italic bold
   }

a:link  {
	font-weight:bold;
	color:blue;
	
}

a:visited  {
	font-weight:bold;	
	color: blue;
	
}
a:hover  {
	font-weight:bold;
	background: navy;
	color: white;
	
}


Div.llumi {
	background: aqua
		}

Div.xixo {
	background: lime
	}
	
SPAN.initialcap {
	font-size:200%
	}
SPAN.allcaps {
	font-variant:small-caps
	}
span.italic {
	font-style:italic
	}
span.celia {
	font-weight:bold;
	font-size:14pt;
	color: red;
	font:italic;
	text-transform: uppercase
}
	