/* stylesheet index-white */

  body   { color: white; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: lighter; background-color: #600; background-image: url(../background/red.jpg) }
  h1  { font-size: 350%; font-variant: small-caps; font-weight: lighter; line-height: 100%; text-align: center; letter-spacing: 3pt; margin-top: 0; margin-bottom: 3pt; margin-left: 0 }
  h2  { font-size: 170%; font-variant: small-caps; font-weight: lighter; line-height: 100%; text-align: center; letter-spacing: 0; margin-top: 6pt; margin-bottom: 3pt; margin-left: 0; width: 100% }

  h3  { 
  font-size: 50%; 
  font-weight: lighter; 
  line-height: 100%; 
  text-align: center;
  letter-spacing: 0; 
  margin: 0pt 10pt 10pt 
  }

  h4 {
    font-size: 50%;
	color: grey; 
    font-weight: lighter;
    font-variant: small-caps;
	line-height: 100%;
    text-align: center;
	margin: 0pt 0pt 0pt;
    }

  h5 {
       color: rgb(125, 125, 125) ;
        font-size: 60%;
        font-weight: lighter;
        line-height: 90%;
		text-align: justify; 
		margin: 20pt 10pt 10pt 
    text-align: center;
    }

  h6 {
   color: rgb(111, 111, 111);
       font-size: 70%;
    font-weight: lighter;
    }

  p { font-size: 10pt;
    }

  a:link   { color: #e9e9e9 }

  a:hover { color: red ! important;
    }

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

  .color1  { 
  color: #333; font-size: 70% 
  }

