   body { color: black; background: white; }
   strong  { color: black }
   strong  { font-weight: bold; }
   body    { margin-left: 5%; margin-right: 5%; }
   em      { font-style: italic; font-weight: bold; }
   body    { font-family: Verdana,Helvetica,sans-serif,SunSans-Regular,default; }   
   h1      { font-size: 200%; text-align: left; }
   h2      { font-size: 150%; text-align: left; }
   h3      { font-size: 75%; text-align: left; }
   h4      { font-size: 75%; text-align: center; }
   p       { font-size: 100%  }
   img     { border: none;}
   
   :link { color: rgb(0, 0, 153) }  /* for unvisited links */
   :visited { color: rgb(153, 0, 153) } /* for visited links */
   :active { color: rgb(255, 0, 102) } /* when link is clicked */
   :hover { color: rgb(0, 96, 255) } /* when mouse is over link */
   

