body { 
			position: relative;
			border-style: double; 
			border-color: #330033; 
			width: 420px;
			height: 480px; 
			margin: auto; 
			text-align: center; 
	}
	
h1, 
h2 { 
			text-align: center; 
	}
	
strong { 
			text-decoration: underline; 
	}
	
#content { 
			position: relative;
			width: 380px; 
			height: 300px; 
			margin: 0px auto; 
			top: 0px;
			left: 0px;
			overflow: auto;
			border-style: solid; 
			border-color: #330033; 
			border-width: 1px; 
	}
	

#content p { 
			text-align: justify; 
			width: 350px; 
			margin: 0px auto 10px auto; 
	}
