
body {
	background-image:	url("back.gif");
	background-repeat:	repeat;
	background-attachment:	fixed;
	
     }
     
     
     

	  
	  
     
     
P.first {
		text-align:	left;
		color:		blue;
	}
	
	
P.second {
		text-align:	center;
		font-size:	150%;
		border-style:	solid;
		border-width:	thick;
		border-color:	cyan;
	 }
	
	
	
div.first {
		font-size:	400%;
		color:		lime;
		margin:		10%;
	  }
	
	
div.second {
		text-align:	center;
		color:		teal;
		font-family:	"Arial";
		margin:		2cm 5cm 2cm 5cm;
		background-color:	black;
	   }
	   
	   
blockquote {
		text-align:	right;
		font-weight:	bold;
		
	   }
		
		
address {
		color:			red;	
		background-color:	black;
	}