
   A {
          font-family: "Times", "Times New Roman", "serif";
          font-style: italic;
          text-decoration: none;
     }

   A:active {
          font-family: "Times", "Times New Roman", "serif";
          text-decoration: none;
          color: #123C0D;
            }

   A:link {
          font-family: "Times", "Times New Roman", "serif";
          text-decoration: none;
          color: #123C0D;
          }

   A:visited {
          color: #123C0D;
             }

   A:hover {
          color: #BA2C3A;
             }

   P {
          font-family: "Times", "Times New Roman", "serif";
          font-size: medium;
          font-style: italic;
          color: black;
     }

