   H1 {
          font-family: "Verdana", "Times New Roman";
          font-size: x-large;
          color: mediumblue;
      }

   H3 {
          font-family: "Verdana", "Times New Roman";
          font-size: large;
          color: royalblue;
      }

   A {
          text-decoration: none;
          color: darkblue;
     }

   A:hover {
          text-decoration: underline ;
           }

   A H1 {
          font-family: "Verdana", "Times New Roman";
          font-size: x-large;
          color: #1800bd;
        }

   A H3 {
          font-family: "Verdana", "Times New Roman";
          font-size: large;
          color: royalblue;
        }

   H1 A {
          color: mediumblue;
        }

