     body {
	     background-color: White;
     	background-image: url(images/90AM20S.GIF);
	     color: Black;
	     margin: 0 0 0 0;
          }

           /* The outer level <div> class for the whole page */
    .MAIN {
          margin: 0 2% 0 2%;
          max-width: 800px;
          font-family: Arial, Helvetica, sans-serif;
          }


    .MSG {
         width: 99%;
         border: 5px dashed green;
         text-align: left;
         font-weight: bold; color: FireBrick; font-size: 1.2em;
         }

     h1 { font-style: italic; }

     h2 { font-size: 1.45em;; }

     hr { border: 4px solid blue;
          border-radius: 4px; width: 75%;
        }

     ul {
        list-style-type: disc;
        line-height: 125%;
        }

     li { margin-left: -9px; }


     img  {
          max-width: 100%;
          height: auto;
          }

     a:link    { color: Navy; }
     a:active  { color: Red; }
     a:visited { color: Purple; }


     .c6 { list-style-type: circle; margin-left: 1%;}

     .c8 { font-size: 0.85em; }
     .c9 { font-size: 0.7em;  }

    .CLEAR { clear: both; }

    .CENTER {
            margin: auto;
            text-align: center;
            width: 70%;
            }

    .RIGHT {
           float: right;
           margin: 0 0 0.5em 3%;
           }

    .LOGO  { max-width: 100%;
             border-width: 0;
             float: left;
             margin: 20px 5px 25px 1%;
           }
    P.western {
              font-family: "Courier New", monospace;
              font-size: 12pt
              }

    /* CSS for the 2-column body on the home page */
    #content-wrapper { display: table; }
    #content         { display: table-row; }
    #content>div     { display: table-cell; }
    #content-wrapper { width: 100%; height: 100%; top: 0px; left: 0px; }
    #LCOL            { width: 60%;}
    #RCOL            { width: 35%; padding-left: 2%; }

    @media print{
                .noprint{
                        display:none;
                        }
                }
