/* body */
body	{
	margin: 15pt;
	line-height: 150%;
	/* width: 640px; */
}
/* H1 */
h1	{
	border-bottom: 10pt solid;
	padding: 3pt;
	width: 640px;
}

/* H2 */
h2	{
	border-bottom: 3pt solid;
	padding: 2pt;
	width: 640px;
}

/* H3 */
h3	{
	border-bottom: 2pt solid black;
	padding: 2pt;
	width: 640px;
}
/* H4 */
h4	{
	border-bottom: 1pt solid black;
	padding: 2pt;
	width: 640px;
}
/* address */
address	{
	font: bold;
	font-style: normal;
	border: 2pt solid black;
	padding: 5pt;
	width: 640px;
}
