@media all {
   P {
          font-family: "Tahoma", "Verdana";
          font-size: small;
          font-weight: normal;
     }

   A {
          font-family: "Tahoma", "Verdana";
          font-size: small;
          font-weight: normal;
          text-decoration: none;
          color: #ffffcc;
     }

   A:link {
          font-family: "Tahoma", "Verdana";
          font-size: small;
          font-weight: normal;
          text-decoration: none;
          color: darkseagreen;
          }

   A:visited {
          font-family: inherit;
          font-size: small;
          font-weight: normal;
          text-decoration: inherit;
          color: darkseagreen;
             }

   A:active {
          font-family: inherit;
          font-size: small;
          font-weight: normal;
          text-decoration: none;
          color: #6699ff;
            }

   A:hover {
          text-decoration: none;
          color: #6699ff;
           }

   H1 {
      }

}