@media all {
   BODY {
          background-repeat: repeat;
          background-image: url(../images/bsa_background.gif);
        }

 

   A {
          font-weight: bolder;
          text-decoration: none;
          color: black;
     }

   A:active {
          text-decoration: none;
          color: black;
            }

   A:link {
          text-decoration: none;
          color: black;
          }

   A:visited {
          text-decoration: none;
          color: black;
             }

   A:hover {
          color: red;
           }

   H1 {
      }

   P {
     }

   .tagline {
          font-size: 60%;
          color: inherit;
            }

   #frame {
          text-align: left;
          margin-top: 10px;
          margin-left: auto;
          margin-right: auto;
          background-repeat: repeat-x;
          width: 650px;
          }

   #contentleft {
          float: left;
          width: 175px;
                }

   #contentcenter {
          float: left;
          width: 300px;
                  }

   #contentright {
          float: left;
          width: 175px;
                 }

   .mainbody {
          margin-top: 75px;
          margin-left: 3px;
          margin-right: 3px;
             }

}

