#content {
	line-height: 1.2em;
}

h1 {
	color: #e3000b;
	font-size: 26px;
	letter-spacing: 1.3px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
}

h2 {
  color: #e3000b;
	font-size: 22px;
	font-weight: normal;	
		line-height: 1.2em;
}

h3 {
	color: #5a5a5a;
  font-size: 13px;
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 18px;
  border-bottom: 1px dotted #e3000b;
}

h4 {
	color: #5a5a5a;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 12px 0;
}

h5 {
	color: #e3000b;
	font-size: 100%;
	border-bottom: 1px solid	#e3000b;
	text-align: left;
	padding: 4px 0 2px 4px;
	margin: 0 12px 0 12px;
}

#content ul {
  list-style-position: inside;
  margin: 0 0 0 20px;
}

#content ul li {
  list-style:disc;
}