body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	color: #3a3a3a;
}
a:focus {
	outline:1px dotted invert
}
a {
	color:#55a9db;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: underline;
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size:26px
}
h2 {
	font-size:24px
}
h3 {
	font-size: 2.2em;
	letter-spacing: -.06em;
	line-height: 1em;
	color: #468ab3;
}
h4 {
	font-size:15px;
	margin-bottom: 4px;
	letter-spacing: 0px;
	color: #468ab3;
}
h5 {
	font-size: 1.5em;
	letter-spacing: -.06em;
	color: #3a3a3a;
}
h6 {
	font-size:15px
}
ol {
	list-style:decimal
}
ul {
	list-style:square
}
li {
	margin-left:20px;  /* Henry changed from 30px */
	padding:6px;
}
p, dl, hr, h1, h2, h3, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:7px
}
