/* stylesheet pivate_series*/

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

  h1 { color: rgb(255, 255, 255);
    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 { color: rgb(255, 255, 255);
    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 { color: rgb(255, 255, 255);
    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 { color: rgb(255, 255, 255);
    font-size: 7pt;
    font-weight: lighter;
    line-height: 100%;
    margin-bottom: 0pt;
    margin-top: 0pt;
    text-align: center;
    }

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

  h6 { color: rgb(0, 0, 102);
    font-size: 75%;
    font-weight: lighter;
    margin-bottom: 2pt;
    margin-top: 2pt;
    text-align: center;
    }

  p { font-size: 10pt;
    }

  a:link { color: rgb(255, 255, 255);
    }

  a:hover { color: rgb(255, 0, 0) ! important;
    }

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

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

