BODY{ background-color: rgb(219,226,206);
      background-image : url(imgs/b1.jpg);
      background-repeat: repeat-x;
      background-position: top center;
      background-attachment: scroll;
      font-family: sans-serif;
      }
A:link{color: rgb(10,40,10);
       text-decoration: none;
       font-weight:bolder;
      }

A:visited{color: rgb(0,70,0);
          text-decoration: none;
          }

A:active{color: rgb(0,205,0);	
         text-decoration: none;
         }
	 
#lead{font-size: 12pt;
     color: rgb(0,0,0);
     font-weight: bold;
	}
#reverse{font-size: 12pt;
     color: rgb(219,226,206); 
     font-weight: bold;
 	}




#foldheader{cursor:pointer;
            cursor:hand ; 
	    font-weight:bold ;
            list-style-image:url(fold.gif)
	    ;}
#foldinglist{list-style-image:url(list.gif)
             ;}
