@media all {
   p.nav {
          font-family: "arial", "verdana", "sans-serif";
          font-size: x-small;
          font-weight: bold;
          text-align: center;
         }

   p.nav2 {
          font-family: "arial", "verdana", "sans-serif";
          font-size: xx-small;
          font-weight: bolder;
          text-align: center;
          }

   BODY {
          font-family: "arial", "verdana", "sans-serif";
          background-color: #ffffcc;
        }

   a.1 {
          font-family: "arial", "verdana", "sans-serif";
          font-weight: 700;
          font-style: normal;
          text-decoration: none;
          color: black;
       }

   a.1:visited {
          font-family: "arial", "verdana", "sans-serif";
          font-weight: 700;
          font-style: normal;
          text-decoration: none;
          color: black;
               }

   a.1:hover {
          font-family: "arial", "verdana", "sans-serif";
          font-weight: 700;
          font-style: normal;
          text-decoration: none;
          color: white;
             }

   a.2 {
          font-family: "arial", "verdana", "sans-serif";
          font-weight: 700;
          font-size: x-small;
          font-style: normal;
          text-decoration: none;
          color: black;
       }

   a.2:visited {
          font-family: "arial", "verdana", "sans-serif";
          font-weight: 700;
          font-size: x-small;
          font-style: normal;
          text-decoration: none;
          color: black;
               }

   a.2:hover {
          font-family: "arial", "verdana", "sans-serif";
          font-weight: 700;
          font-size: x-small;
          font-style: normal;
          text-decoration: none;
          color: white;
             }
  a.3 {
          font-family: "arial", "verdana";
          font-weight: normal;
          font-style: normal;
          text-decoration: none;
          color: blue;
       }

   a.3:visited {
          font-family: "arial", "verdana";
          font-weight: normal;
          font-style: normal;
          text-decoration: none;
          color: blue;
               }

   a.3:hover {
          font-family: "arial", "verdana";
          font-weight: normal;
          font-style: normal;
          text-decoration: none;
          color: red;
             }

   td.1 {
          text-align: center;
          background-color: #ffcc99;
        }

}
