    body  {
          padding : 0;
          margin : 20px 0;
          background-color : #fff;
          color : #333;
          font-family : sans-serif, arial, trebuchet ms, verdana, helvetica;
          font-size : 12px;
		  font-weight : bold;
      }
    p , table , td , div , li , ul , ol {
           font-family : sans-serif, trebuchet ms, verdana, arial, helvetica;
      }
    h1 {
           color : #777;
           background-color : #fff;
           font-weight : bold;
           margin-top : 0;
           margin-left : 2em;
           margin-right : 2em;
           margin-bottom : 1em;
           letter-spacing : 2.7pt;
           font-family : serif, verdana, arial;
           font-size : large;
      }
    h2 {
           font-family : serif, verdana, arial;
           font-size : 16px;
           color : #777;
           font-weight : bold;
           margin-top : 2em;
           margin-bottom : 0;
           margin-left : 0.5em;
           margin-right : 7em;
           letter-spacing : 0.1em;
      }
    h3 , h4 , h5 {
           color : #999;
           background-color : #fff;
           font-weight : bold;
           font-size : 12px;
           margin-top : 1em;
           letter-spacing : 0.75pt;
           font-family : sans-serif, arial, helvetica;
      }
    a {
           color : #0000cc;
           background-color : #fff;
           text-decoration : none;
		   font-size : 12px;
      }
    a:visited {
           color : #551a8b;
           background-color : #fff;
           text-decoration : none;
      }
    a:active {
           color : #ff0000;
           background-color : #fff;
           text-decoration : none;
      }
    a:hover {
           color : #999999;
           background-color : #fff;
           text-decoration : none;
      }
   
