/* 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 */
}


