body {
	background-image:	url("candy.jpg");
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	background-position:	center;
	
     }

div	  {
		font-size:	medium;
		
	  }
	  
	  
div.first  {
		text-align:		center;
		font-size:		large;
		color:			blue;
	   }
	   
	  
p.third	  {
		font-weight: 		bold;
		color:		white;
		font-size:	170%;
	  }
	  

	 
P.first	  {
		color:		white;
		font-size:	110%;
	  }
	  
P.second  {
		font-weight: 		bold;
		font-size:		120%;
		text-align:		center;
		text-decoration:	underline;
	  }
	  
	  
a:link  {
		color: 			white;
		text-decoration:	no-underline;
	}
	
a:link.first  {
		color: 			blue;
		text-decoration:	no-underline;
	}
	
a:visited {
		color: 			blue;
		text-decoration:	no-underline;
	  }
	
	
	 
	 
a:hover {
		color: 		gold;
		
	}