body {
	font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 85%;
	line-height: 1.8em;
	color: #282828;
}
a:link, a:visited {
	color: #00A971;
	text-decoration: none;
	border-bottom: 1px solid #A2FFE8;
	background: #D7FFF4;
	padding: 1px;
}
a:hover {
  color: #0094D5;
	text-decoration: none;
	border-bottom: 2px solid #74E0FF;
	background: #DDF8FF;
	padding: 1px;
}
p, ul {
	margin: 0 0 1em 0;
}
h1, h2, h3, h4 {
	line-height: 1.8em;
	color: #004997;
	margin: 0;
	font-weight: bold;
	letter-spacing: -1px;
}
h1, h2, h3 {
  border-bottom: 3px solid #B7F4FF;
}
h1 {
  margin-bottom: 0.8em;
  line-height: 1.4em;
}
h2 {
  margin-bottom: 0.9em;
  line-height: 1.6em;
}
h3 {
  margin-bottom: 1em;
  line-height: 1.8em;
}
h4 {
  margin-bottom: 1.1em;
  line-height: 2em;
}
h1 {
	margin-top: 0;
}