/* CSS Document */

body {
width:650px;
height:1600px;
margin:0;
 background-image:url(images/parchment2.jpg);
 background-position:top left;
 background-repeat:no-repeat;
}

#letter {
	margin: 140px 60px;
	width: 520px;
}
#letter h4 {
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 130px;
	font-size:16px;
	color:#001c3d;
	text-align:left
	}
#letter p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height: 18px;
}
