body {
   background : #fff;
	color : #000;
   width : 796px;
}
p.box {
   margin-top : 5%;
   margin-bottom : 5%;
	border-bottom : solid thin;  
	border-color : #000;
	font-size: 100%;
	background : #fff;
   padding-bottom : 1%;
}
p:first-letter {
   font-size : 120%;
}
div.title {
   text-align : center;
   font-size: 200%;
}
a {
	text-decoration : underline overline ;
}
h1#theHeading {
	position:absolute;
	width:100px;
	margin-left:-5000px;     
}