/*  ------------------  SETS COLOR, FONT AND ALIGNMENT FOR SECTION HEADINGS  */
/*  Aforisma lingua Italiano - Usato in Scelta_Lingua  */
.Black_cx {
     font-family: "Trebuchet MS", sans-serif;
     font-style: normal;
     font-weight: bold;
     font-size: 18px;
     color: #000000;                                              /*  Black  */
     letter-spacing: 1px;
     text-align: center;
   }

/*  Aforisma lingua Inglese - Usato in Scelta_Lingua  */
.White_cx {
     font-family: "Trebuchet MS", sans-serif;
     font-style: normal;
     font-weight: bold;
     font-size: 18px;
     color: #FFFFFF;                                              /*  White  */
     letter-spacing: 1px;
     text-align: center;
   }


          /*  Nome Autore Aforisma - Usato in Paper + Cat Letter Background  */
.MarroneOliva_dx {
     font-family: "Comic Sans MS", cursive;
     font-style: italic;
     font-size: 20px;
     color: #998033;                                       /*  MarroneOliva  */
     letter-spacing: 1px;
     text-align: right;
     text-shadow: 1px 1px  #191970;                        /*  MidnightBlue  */
   }

          /*  Nome Autore Aforisma - Usato in Paper + Cat Letter Background  */
.NavyBlue_jx {
    font-family: "Verdana", sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #000080;                                           /*  Navy Blue  */
    letter-spacing: 1px;
    text-align: justify;
   }
