* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:Verdana, sans-serif;
	line-height:1.2em;
	font-size:small;
}
ul, ol { margin-left:1.2em; }
ul { list-style-type:square; }
p {
	margin-top:0.5em;
}
body {
	padding-left:10px;
	color:#335c52;
	background-color:#fff;
	border:0 solid #efe;
	border-width:0 0 0 50px;
}
h1 {
	border-bottom:5px solid #efe;
	line-height:3em;
	height:2em;
}
h2 {
	background-color:#efe;
	border-bottom:3px solid #ded;
	margin-top:2em;
	margin-bottom:0.2em;
	letter-spacing:3px;
	height:2em;
	padding:2px;
}
h3 {
	margin-top:1em;
	border-bottom:2px solid #ded;
}
address {
	clear:both;
	border-top:5px solid #ded;
	margin-top:5em;
	padding-top:1em;
	font-style:normal;
	text-align:center;
}
address, address a {
	font-size:x-small;
}

