@media all {
   A {
          font-family: "Arial", "Times New Roman";
          color: midnightblue;
          list-style-type: square;
     }

   A:hover {
          font-family: "Arial", "Times New Roman";
          font-size: inherit;
          color: midnightblue;
          background-color: beige;
          list-style-type: square;
           }

   A:active {
          font-family: "Arial", "Times New Roman";
          font-size: inherit;
          color: royalblue;
          list-style-type: square;
            }

   A:link {
          font-family: "Arial", "Times New Roman";
          color: midnightblue;
          list-style-type: square;
          }

   A:visited {
          font-family: "Arial", "Times New Roman";
          color: indigo;
          list-style-type: square;
             }

   H1 {
          font-family: "Arial", "Times New Roman";
          font-size: 225%;
          font-weight: bold;
          font-stretch: wider;
          text-indent: 0%;
          letter-spacing: 0pt;
          word-spacing: 0pt;
          vertical-align: text-top;
          color: midnightblue;
          border-spacing: 0% 10%;
      }

   H2 {
          font-family: "Arial", "Times New Roman";
          font-size: 200%;
          font-weight: bold;
          color: lightslategray;
      }

   P {
          font-family: "Arial", "Times New Roman";
          font-size: small;
          font-style: italic;
          text-indent: 0%;
     }

   BODY {
          font-family: "Arial", "Times New Roman";
          font-size: medium;
          color: black;
          background-color: #e1d8bb;
          list-style-type: square;
        }

   ADDRESS {
          font-family: "Arial", "Times New Roman";
          font-size: small;
          font-style: italic;
          color: midnightblue;
           }

}

