@media all {
   A {
          font-family: "Helvetica", "Arial";
          font-size: small;
          text-decoration: none;
          color: black;
     }

   A:active {
          text-decoration: none;

          color: black;
            }

   A:link {
          text-decoration: none;
          color: black;
          }

   A:visited {
          text-decoration: none;
          color: black;
             }

   A:hover {
          text-decoration: underline ;
          color: #ff0000;
           }

   P {
          font-family: "Helvetica", "Arial";
          font-size: small;
          text-indent: 2%;
          text-align: justify;
     }

   H6 {
          font-family: "Helvetica", "Arial";
          font-size: small;
          font-weight: normal;
      }

   H1 {
          font-family: "Helvetica", "Arial";
          font-size: medium;
          font-weight: 400;
          max-width: 21%;
          max-height: inherit;
      }

   TABLE {
          font-family: "Hevetica", "Arial";
          font-size: small;
          text-indent: 0%;
         }
   P.lutte {
   		font-family: "Helvetica", "Arial";
          font-size: small;
          text-indent: -2%;
          text-align: justify;
          }
     H1.lutte {
     		font-family: "Helvetica", "Arial";
     		max-width: 41%;
          font-size: medium;
          font-weight: 400;
          max-height: inherit;

}

