/* stylesheet private series silver */

  body {
    background-color: rgb(200, 200, 200) ;
    background-image: url(../background/silver.jpg);
    color: rgb(30, 30, 30);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: lighter;
    font-size: 10pt;
    }

  h1 {

    font-size: 200%;
    font-variant: small-caps;
    font-weight: lighter;
    letter-spacing: 3pt;
    line-height: 100%;
    margin-bottom: 5pt;
    margin-top: 5pt;
    text-align: center;

    }

  h2 {
    font-size: 130%;
    font-variant: small-caps;
    font-weight: lighter;
    letter-spacing: 0pt;
    line-height: 130%;
    margin-bottom: 5pt;
    margin-left: 0pt;
    margin-top: 5pt;
    text-align: center;
    }

  h3 {
    font-size: 130%;
    font-variant: small-caps;
    font-weight: lighter;
    letter-spacing: 1pt;
    line-height: 100%;
    margin-bottom: 10pt;
    margin-top: 10pt;
    text-align: center;
    }

  h4 {
    font-size: 70%;
    font-weight: lighter;
    line-height: 100%;
    margin-bottom: 0pt;
    margin-top: 0pt;
    text-align: center;
    }

  h5 {
    color: rgb(255, 255, 255);
    font-size: 70%;
    font-weight: lighter;
    line-height: 100%;
    letter-spacing: 0pt;
    margin-bottom: 1pt;
    margin-top: 1pt;
    text-align: center;
    }

  h6 {
    font-size: 75%;
    font-weight: lighter;
    margin-bottom: 2pt;
    margin-top: 2pt;
    text-align: center;
    }

  p { font-size: 10pt;
    }

  a:link { color: rgb(81, 81, 171);
    }

  a:hover { color: red ! important;
    }

  a:visited { color: rgb(11, 11, 11);
    }

  .color1 { color: rgb(200, 200, 200);
    font-size: 70%;
    }

