body {
  font-family: Arial, helvetica;
  font-size: 12px;
}

h1 {
	font-size: 18px;
	color: #464646;
}
h2 {
	font-size: 16px;
	color: #464646;
}
h3 {
	font-size: 14px;
	color: #464646;
	padding: 0;
	margin: 0;
}

a {
	color: #b5362c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table tr td {
	vertical-align:top;
}
ul li {
	padding-bottom: 10px;
}