/* Stili per sito web */
h1 { /*Stile per i titoli*/
font-family:"Times New Roman", Times, serif;
font-style:normal;
font-weight:bold;
font-size:24pt;
letter-spacing:normal;
color:#CCFF00;
text-align:center;
text-shadow:#666666, 2pt, 2pt;
margin-top:30px;
}

h2 { /*Stile per i titoli piccoli*/
font-family:"Times New Roman", Times, serif;
font-style:normal;
font-weight:bold;
font-size:16pt;
letter-spacing:normal;
color:#CCFF00;
text-align:center;
}

h3 { /*Stile per il testo*/
font-family:"Times New Roman", Times, serif;
font-style:normal;
font-weight:normal;
font-size:12pt;
letter-spacing:normal;
color:#000000;
text-align:justify;
}

h4 { /*Stile per il footer*/
font-family:"Times New Roman", Times, serif;
font-style:normal;
font-weight:200;
font-size:8pt;
letter-spacing:normal;
color:#000000;
text-align:center;
}

h5 { /*Stile per i titoli*/
font-family:"Times New Roman", Times, serif;
font-style:normal;
font-weight:bold;
font-size:24pt;
letter-spacing:normal;
color:#CCFF00;
text-align:center;
text-shadow:#666666, 2pt, 2pt;
margin-top:0px;
}

a:hover { 
color:#339933;
text-decoration:underline;
}

a:link { 
color:#FFFFFF;
text-decoration:underline;
}

a:visited { 
color:#FFFFFF;
text-decoration:none;
}

/*Stili per le tabelle*/
table { 
border-spacing:0px;
margin-left:10px;
margin-top:30px;
border-collapse:collapse;
border-color:#CCCCCC;
}
td { 
text-align:center;
border-color:#CCCCCC;
}



