/* stylesheet private series green */

  body {
    background-color: rgb(100, 0, 0) ;
    background-image: url(../background/red.jpg);
    color: white;
    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 {
    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: white;
    }

  a:hover { color: blue ! important;
    }

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

  .color1 { color: rgb(100, 0, 0);
    font-size: 60%;

    }

