        body {
	  background-color	: #000000;
	  background-image    	: url(../../images/arundo7.jpg);
	  background-repeat	: repeat-y;
	  background-attachment	: scroll;	
	  background-position	: left;
	  margin-left		: 128px; 
	  margin-right		: 32px;
	  color			: #FFFFFF;
        }
	.border { 
	  border		: thin solid #FF6666;
	  margin-left		: -96px;
	}
        h1 {  
	  font-family		: cursive, Arial;
	  font-style		:italic;
	  color			: #FFCC99;
	  font-size		: 36pt;
	  text-align		: left;
	  margin-left		: 32px;
        }
        h3,h4,h5,h6 { 
	  margin-left		: -24px;
	  color			: #cccccc; 
        }
	h2 {
	  color			: #FFCC99;
	  text-align		: left;
	  margin-left		: 48px;
        }	 
	a:link { 
	  color			: #FF6666; 
        }
	a:visited { 
	  color			: #cc9966;
        }
	a:hover { 
	  color: 		: #FFFF00;
        }
	a:active { 
	  color			: #FFFF00;
        }
	p {
	  font-family		: Times New Roman, serif;
	  color			: #FFCC99;
        }
	p.first {
	  font-size		: 14pt;
	  color			: #FFCC99;
        }
	ul {
	  color			: #cccccc;
	  text-decoration	: none;
	  font-size		: 10pt;
        }
	li {
	  list-style-type	: disc;
	}
	img {
	  float			: left;
	  margin-left		: -96px;
	  width			: 128px;
	  height		: 196px;
	}