/* ******************************* CSS STYLESHEET  *************************************** */
/* * CSS style sheet M3_Stylesheet3                                                      * */
/* *************************************************************************************** */

h1  {
     font-family: verdana,arial,helvetica;
     font-size: 30px;
     color: red;
     margin-top: 12%
     }
body {
      background: white;
      background-image: url(banner1.gif);
      background-repeat: no-repeat;
      background-position: top
     }
img {
     border:none
    }

