/***** blocco principale, testo normale *****/
BODY {
	color: black;
	background-color: #FFFFCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	text-decoration: none;
	text-align: left;
}

/***** visualizza link normali *****/
A:link {
	text-decoration: underline;
	color: #0000FF;
}
A:visited {
	text-decoration: underline;
	color: #000099;
}
A:active {
	text-decoration: underline;
	background: yellow;
	color: red;
}
A:hover {
	text-decoration: underline;
	background: yellow;
}

/***** visualizza link interni a pagina *****/
A.interno:link {
	text-decoration: underline;
	color: red;
}
A.interno:visited {
	text-decoration: underline;
	color: red;
}
A.interno:active {
	text-decoration: underline;
	background: yellow;
}
A.interno:hover {
	text-decoration: underline;
	background: yellow;
}


/***** titolo generale *****/
H1 {
	color: blue;
	font-family: "Comic Sans MS", cursive;
	font-size: xlarge;
	text-align: left;
	margin-bottom: 0;
}

/***** sottotitolo generale *****/
H2 {
	text-align: left;
      font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: red;
	margin-bottom: 0;
}

/***** titolo della pagina *****/
H3 {
	color: red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: medium;	
	text-align: center;
	margin-bottom: 3em;
}

/***** sezione nella pagina *****/
H4 {
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: large;	
	text-align: center;
	margin-bottom: 2em;
	border: solid red thin;
}

/***** formato celle speciali *****/
TD.titolo {
	color: black;
	background-color: #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-width: normal;
	font-style: normal;
	font-size: large;
	text-align: left;
}
TD.titolo B {
	color: blue;
	font-style: normal;
}
TD.dati {
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	vertical-align: text-top;
}
TD.dati B {
	color: red;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	font-size: medium;
}

TD.riferimento {
	background-color: #CCFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	vertical-align: text-top;
}

TD.menu {
	background-color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
}
TD.evidenziato {
	background: #CCFFFF;
}

TD.info {
	background-color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	font-weight: normal;
}

/***** formato paragrafi speciali *****/
P.testo, LI.testo {
	color: black;
      font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: large;
	text-decoration: none;
	text-align: left;
}


