body {background: navy;
      color: #000000;
	  margin: 0; 
	 }
	 
p.dedication  {font: normal .9em Arial, sans-serif;
    line-height: 1.3em;
    text-align: justify;
	color: #000000;
	background: transparent;
	padding-right: 15px;
	width: 85%;
	}
	
p	{font: italic .9em Arial, sans-serif;		 	
	 line-height: 1.2em;
	 text-align: left;
	 color: navy;
	 background: transparent;
	 padding: 10px;
	 width: 70%;
	 }
	 
p.text   {font: normal .8em Arial, sans-serif;
          line-height: 1.2em;
	      text-align: left;	 	
	      color: #000000;
	      background: transparent;
		  padding: 15px;
		  width: 80%;
		  }
		  
p.buy {font: normal .85em Arial, sans-serif;
          line-height: 1.2em;
	      text-align: left;	 	
	      color: #000000;
	      background: transparent;
		  padding: 15px;
		  width: 70%;
		  }	
		  
p.center {font: normal .85em Arial, sans-serif;
          line-height: 1.2em;
	      text-align:  center;	 	
	      color: #000000;
	      background: transparent;
		  }	  	  
		  
h1   {font: bold Arial, sans-serif;
     }	
	 
h3   {font: bold 1em Arial, sans-serif;	
      }
       
	
a {font: bold 1.1em Arial, sans-serif; 
   text-decoration: none;
   color: #000000;
   background: transparent;
   }
   
a:hover {font: bold 1.1em Arial, sans-serif; 
   text-decoration: none;
   color: black;
   background:#E9F0F5;
   }
   
a:visited {font: bold 1.1em Arial, sans-serif; 
   text-decoration: underline;
   color: white;
   background: transparent;		  
   }  	
   
a.purchase {font: bold 1em Arial, sans-serif;
         color: #000000;
		 background: transparent;
		 text-decoration: underline;
		 } 
		 
a.purchase:visited {font: bold 1em Arial, sans-serif;
         color: navy;
		 }	
		 
a.purchase:hover {font: bold 1em Arial, sans-serif;
         color: #ffffff;
		 background: navy;
		 }		         			      		  
