@media all {
   body {
          font-family: Futura, Arial, sans-serif;
          font-weight: 600;
        }


   a {
          font-family: Futura, Helvetica, sans-serif;
          font-size: 10px;
          font-weight: bold;
          text-decoration: none;
          letter-spacing: 1px;
          text-transform: uppercase;
          margin-top: 4px;
          margin-bottom: 4px;
          padding-left: 5px;
          padding-right: 5px;
          color: #7F7F7F;
     }

   a:hover {
          text-decoration: ;
          color: black;
           }

   a:active {
          text-decoration: none;
            }

   a:link {
          text-decoration: none;
          }

   a:visited {
          text-decoration: none;
             }

   .top2i {
          text-align: center;
          color: #7F7F7F;
          }

   .top1i {
          text-align: center;
          border-bottom: 1px solid black;
          color: #303030;
          }

   .top1a {
          text-align: center;
          border-bottom: 1px solid black;
          color: white;
          background-color: #5A5A5A;
          }

}