/* 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:#0000FF}
h2 {font-family:"book antiqua",garamond,"times new roman",tahoma; font-size:24pt; font-style=italic; font-weight:bold;  color:#0000FF}
h3 {font-family:"book antiqua",garamond,"times new roman",tahoma; font-size:20pt; font-style=italic; font-weight:bold;  color:#FF0000}
h4 {font-family:"book antiqua",garamond,"times new roman",tahoma; font-size:13pt;                                       color:#808080}
h5 {font-family:"book antiqua",garamond,"times new roman",tahoma; font-size:13pt; font-style=italic; font-weight:bold;  color:#FF0000}
h6 {font-family:"book antiqua",garamond,"times new roman",tahoma; font-size:18pt;                                       color:#00C000}


/* Definizione del colore di sfondo usato */

body {background:#000000;
      
      scrollbar-arrow-color: #808080;
      scrollbar-face-color:  #000000;
      scrollbar-highlight-color: #778388;}

					  
/* Definizione del colore dei link */

A:link    {color:#0000FF}
A:visited {color:#00C000}
A:hover   {color:#B3BBEB}