/* CSS Style Sheet */
@charset "utf-8";

body {
background-color:#CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
padding-left: 100px;
}

a {
text-decoration: none;
}

h1 {
background-color:#22AACC;
}

div {
font-family: Arial, Helvetica, sans-serif;
font-size:14;
color:#000000;
}

table {
border: 3px solid black;
border-collapse: separate;
border-spacing: 5px;
}

table.tabellaX {
width : 250px;
border: 1px solid #000000;
/* background : green; */
font-family: Verdana;
font-weight: normal;	/* bold */
font-size: 16px;
text-align: center;
table-layout : fixed;
caption-side : bottom;
border-spacing: 0px;
color: red;		/* colore text */
}

.tabellaX A:visited{/* testo dei links nelle tabelle */
	color:#000000; 
	font-family: Verdana,Arial,Geneva; 
	text-decoration: underline; 
}
.tabellaX A:link{
	color:#000000; 
	font-family: Verdana,Arial,Geneva; 
	font-size: 10px; 
	text-decoration: underline; 
}
.tabellaX A:hover{
	font-family: Verdana,Arial,Geneva;
	color: #FF0000;
	text-decoration: underline;
}
.tabellaX A:active{
	font-family: Verdana,Arial,Geneva;
	color: #000000;
	text-decoration: underline;
}

