/* Definizione dei caratteri usati nel sito */


h1 {font-family:"book antiqua",garamond,"times new roman",tahoma; font-size:36pt; font-style=italic; font-weight:bold;  color:#FFFFFF}
h2 {font-family:"book antiqua",garamond,"times new roman",tahoma; font-size:24pt;                    font-weight:bold;  color:#FF0000}
h3 {font-family:"book antiqua",garamond,"times new roman",tahoma; font-size:18pt;                    font-weight:bold;  color:#0000FF}
h4 {font-family:"book antiqua",garamond,"times new roman",tahoma; font-size:12pt;                                       color:#FFFFFF}
h5 {font-family:"book antiqua",garamond,"times new roman",tahoma; font-size:12pt; font-style=italic;                    color:#FFFFFF}
h6 {font-family:"book antiqua",garamond,"times new roman",tahoma; font-size:14pt;                                       color:#FF0000}

/* Definizione del colore di sfondo usato */

body {background:#000000;
      
      scrollbar-arrow-color: #FFFFFF;
      scrollbar-face-color: #000000;
      scrollbar-highlight-color: #778388;}

					  
/* Definizione del colore dei link */

A:link    {color:#F1E790}
A:visited {color:#41F741}
A:hover   {color:#B3BBEB}