html{	margin:0; padding:0;height: 100%;}

body {	margin:0; 
		padding:0;
		height: 100%;
		
				 }


.centrato	{text-align: center;
		 font-weight: bold;
		 font-face:1.2em}

.corpotesto{	text-align:justify;
		font-weight: bold;
		font-face: 1em;
		}
		

.sinistra	{text-align: left;
		 font-weight: bold;
		 font-face:1.2em}

h1 {	color: red;
		text-align:center; }

h2 { 	color: #0000ff;
		text-align:center;}

h3 {	color: #ff0000;}

h4 {	color: #0000ff;	}

table.titoli
{	text-align:justify;
		font-weight: bold;
		
		border-width: 1px;
		border-style: solid;
		border-color:blue;
		padding: 5px

}
thead.titoli
{		text-align:left;
		color:red;
		font-weight: bold;
		font-size: 1.5em;
		border-width: 1px;
		border-style: solid;
		border-color:blue;
		padding: 10px;
}

td.elenco
{		text-align:left;
	
		border-width: 1px;
		border-style: solid;
		border-color:black;
		padding:5px;

}


td.titoli
{		text-align:left;
		color:blue;
		border-width: 1px;
		border-style: solid;
		border-color:black;
		

}


A:LINK 		{color : Blue;
		text-decoration: underline}
 
A:VISITED 	{color : blue;
			text-decoration: underline}
 
A:HOVER 	{color : blue;  
			font-size: 1.00em; 
			background-color:yellow;
			text-decoration: underline}
 
A:ACTIVE 	{color : blue;
			text-decoration: underline}

li			{font-size: 1em;
			padding:5px;}
			

