html {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif;
	line-height: 1.4;
}
body {
	margin: 0;
	padding: 0;
}
h1 {
	background: #196281;
	border: 0;
	/*border-left: 1px solid #7e9caf;*/
	/*border-bottom: 1px solid #0c3140;*/
	border-bottom: 1px solid #aaaaaa;
	color: white;
	margin: 0;
	padding: 0.25ex 1ex;
	font-size: 200%;
	font-family: "Avant Garde", "URW Gothic L", "Century Gothic", sans-serif;
	font-weight: normal;
}
h1 span {
	color: cyan;
}
p, ul, address {
	margin-left: 1em;
	margin-right: 1em;
}

