/* stylesheet imprint silver */

  body {
    background-color: silver;
    background-image: url(../background/silver.jpg);
    font-weight: lighter;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12pt;
    color: black;
    }
  h1 { font-variant: small-caps;
    font-weight: lighter;
    font-size: 200%;
    margin-left: 10pt;
    }

  h2 { font-size: 150%;
    font-variant: small-caps;
    margin-bottom: 2pt;
    letter-spacing: 1pt;
    font-weight: lighter;
    margin-left: 10pt;
    }

  h3 { font-size: 120%;
    font-variant: small-caps;
    letter-spacing: 3pt;
    }

 h4 { font-size: 12pt;
     font-variant: small-caps;
     font-weight: lighter;
     letter-spacing: 0pt;
     line-height: 100%;
     margin-bottom: 1pt;
     margin-left: 10pt;
     margin-right: 10pt;
     margin-top: 3pt;
     text-align: justify;
    }

  h5 { font-size: 12pt;
    line-height: 13pt;
    font-weight: lighter;
    }

  h6 { font-size: 10pt;
    line-height: 12pt;
    font-weight: lighter;
    }

  p { font-size: 10pt;
    }

  a:link { color: rgb(100, 100, 180);
    }

  a:visited { color: grey;
    }

  a:active { color: red;
    }

  a:hover { color: red;
    }