  /* Ian's VTSL Style Sheet May 2003 */
  body { background: #ffffff; /*url(images/RivetMetal.png)*/ repeat white;
         font-family: Verdana, sans-serif;
         font-size:14px;
         color: #000000;
         margin-left: 5%;
         margin-right: 5%; }

  h1 { margin-left: 0;}
  h2 { margin-left: -4%; margin-top: 1em; margin-bottom: 1em; }
  h3,h4,h5,h6 { margin-left: -2%; }
  p { text-indent: 1em; margin-top: 0; margin-bottom: 0; }

  h1 { font-size: 200%; }
  h2 { font-size: 150%; }
  h3 { font-size: 100%; }
  pre { font-family: monospace; }

  h1,h2,h3,h4,h5,p,ul { font-family: Verdana, sans-serif; }

  A:hover   { text-decoration: underline;
              color:      #000000;
              background: #b5c9e2;
            }

  A:active  { text-decoration:  none;  color: #004000; }
  A:visited { text-decoration:  none;  color: #004000; }
  A:link    { text-decoration:  none;  color: #004000; }


