body { 
      background-color: #fff8dc; 
      font-family: AGaramond,Garamond,'Times New Roman','Tms Rmn',Times }
p.one { 
      font: large AGaramond,Garamond,'Times New Roman','Tms Rmn',Times;
      text-align: justify; 
      line-height: 1.5 }
p.two { 
      font: large AGaramond,Garamond,'Times New Roman','Tms Rmn',Times;
      text-align: justify;
      margin-top: 2%;
      line-height: 1.5 }
p.center { 
      font: large AGaramond,Garamond,'Times New Roman','Tms Rmn',Times;
      text-align: center; 
      line-height: 1.5 }
#wrapper {
	/*tell the browser the size of the container / division*/
	width:800px;
		
	/*align the page to the center horizontal (x)*/
	margin-left:auto;
	margin-right:auto;
    padding:20px;

	/*allows us to see wrapper*/
    background-color: #fff8dc; 
}	  
