   A {
          color: orange;
     }


   A:active {
            }


   A:link {
          }


   A:visited {
          color: lightgray;
             }


   H1 {
      }


   P {
          font-family: "Comic Sans MS", "Times New Roman", "serif";
          font-size: medium;
          font-weight: bold;
     }


   BODY {
          font-family: "Comic Sans MS", "Times New Roman", "serif";
          font-size: medium;
          font-weight: bold;
          margin-top: 0px;
          margin-left: 5px;
          color: yellow;
          background-color: black;
        }


   .add {
          font-family: "Comic Sans MS", "Times New Roman", "serif";
          font-size: medium;
          font-weight: bold;
        }


   .valeur {
          color: black;
          background-color: white;
           }


   .text {
          font-family: "Arial", "Times New Roman", "serif";
          font-size: small;
         }

