h1{
	color: #060;
	margin: 0px;
	font-size: medium;
	font-weight: bold;
	}
h2{
	color: #000;
	margin: 0px;
	font-size: medium;
	font-weight: bold;
	}

dl{
	font-size: small;
	float: left;
	margin: 0px;
	padding-bottom: 10px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-color:  #808080;
	border-style: solid;
	}

dt{
	float: left;
	width: auto;
	margin: 1em 0em 0em 0em;
	}

dd{
	display: block;
	width: 30em;
	margin: 1em 0em 0em 10em;
	}

p{
	width: 33em;
	line-height: 1.5em;
	}

address{
	font-style: normal;
	font-size: small;
	}
h4{
	clear: left;
	}