                                    /* SETS BACKGROUND COLOR FOR THE WHOLE PAGE */
body { background-image: url(http://www.gattospadino.eu/INDEX_MENU_WEB/COMMON_FILES/IMAGES/IndexBackGround.jpg);
          font-family: Arial; font-style: normal; font-weight: bold; font-size: 18px;
          color: #0000FF;     /* Blue */
          letter-spacing: 1px;
          text-align: center;
        }


                           /* SETS COLOR, FONT AND ALIGNMENT FOR THE MAIN TITLE */
h1 {
     font-family: Trebuchet MS;
     font-style: normal;
     font-weight: bold;
     font-size: 26px;
     color: #797EF6; /*  CornFlower Blue  */
     letter-spacing: 1px;
     text-align: center;
     text-shadow: 1px 1px #191970;     /*  MidnightBlue  */
     text-decoration: underline;
     text-decoration-color: #CCFF00;     /*  Electric Lime  */
     -webkit-text-decoration-color: #CCFF000;     /*  Electric Lime  e  Safari Browser  */
   }

                         /* SETS COLOR, FONT AND ALIGNMENT FOR SECTION HEADINGS */
h2 { font-family: Verdana; font-style: italic; font-weight: bold; font-size: 18px;
          color: #FF8C00;     /*  DarkOrange  */
          letter-spacing: 1px;
          text-align: right; text-shadow: 1px 1px #191970;     /*  MidnightBlue  */
        }

h3 { font-family: Verdana; font-style: italic; font-weight: bold; font-size: 18px;
          color: #FF8C00;     /*  DarkOrange  */
          letter-spacing: 1px;
          text-align: center; text-shadow: 1px 1px #191970;     /*  MidnightBlue  */
        }

h4 { font-family: Verdana; font-style: italic; font-weight: bold; font-size: 18px;
          color: #FF8C00;     /*  DarkOrange  */
          letter-spacing: 1px;
          text-align: left; text-shadow: 1px 1px #191970;     /*  MidnightBlue  */
        }


                                         /* FORMATS TEXT IN THE MAIN PARAGRAPHS */
.testo-navy-cx { font-family: Arial; font-style: normal; font-weight: bold; font-size: 16px;
          color: #000080;     /*  Navy  */
          letter-spacing: 1px;
          text-align: center;
        }


.SteelBlue-sx { font-family: Verdana; font-style: normal; font-weight: bold; font-size: 10px;
          color:#4682B4;    /*  SteelBlue  */
          letter-spacing: 1px;
          text-align: left;
          text-shadow: 1px 1px #191970;     /*  MidnightBlue  */
          }

.SteelBlue-dx { font-family: Verdana; font-style: normal; font-weight: bold; font-size: 10px;
            color:#4682B4;    /*  SteelBlue  */
            letter-spacing: 1px;
            text-align: right;
            text-shadow: 1px 1px #191970;     /*  MidnightBlue  */
          }


    /*  Online dal - Online since  -  a sinistra  */
.Gold-sx {
     font-family: Verdana;
     font-style: normal;
     font-weight: bold;
     font-size: 8px;
     color: #FFD700;        /*  Gold  */
     letter-spacing: 1px;
     text-align: left;
     text-shadow: 1px 1px #191970;     /*  MidnightBlue  */
   }

     /*  Ultimo aggiornamento pagina - Last page update  -  a destra  */
.Gold-dx {
     font-family: Verdana;
     font-style: normal;
     font-weight: bold;
     font-size: 8px;
     color: #FFD700;     /*  Gold  */
     letter-spacing: 1px;
     text-align: right;
     text-shadow: 1px 1px #191970;     /*  MidnightBlue  */
   }

/*  FORMATS LINKS AND COLOURS LINK  */

      /*  UNVISITED LINK LimeGreen Colour  */
a:link {
     font-family: Verdana;
     font-style: italic;
     font-weight: bold;
     font-size: 18px;
      color:#32cd32;    /*  LimeGreen  */
     letter-spacing: 1px;
     text-decoration:underline;
     text-shadow: 1px 1px  #191970;     /*  MidnightBlue  */
     display:inline-block;
   }

     /*  VISITED LINK OrangeRed Colour */
a:visited {
     font-family: Verdana;
     font-style: italic;
     font-weight: bold;
     font-size: 18px;
     color:#FF4500;    /*  OrangeRed  */
     letter-spacing: 1px;
     text-decoration:underline;
     text-shadow: 1px 1px  #191970;     /*  MidnightBlue  */
     display:inline-block;
   }

     /*  MOUSE OVER LINK LightSkyBlue  */
a:hover   {
     font-family: Verdana;
     font-style: normal;
     font-weight: bold;
     font-size: 18px;
     color: #FAEBD7;     /*  Bianco Antico  */
     letter-spacing: 1px;
     text-decoration:underline;
     text-shadow: 1px 1px  #191970;     /*  MidnightBlue  */
     display:inline-block;
   }
