body {
  background: #fff;
  font: 15px Open Sans, sans-serif;
  font-size: 15px;
  color: #222;
}

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  color: #222;
  font-weight: bold;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 20px;
  color: #666;
}

a {
  color: #4183c4;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active {
  color: #4183c4;
}

ol, ul {
  list-style: disc;
  margin-top: 10px;
  padding-left: 40px;
}

table, td {
	border-collapse: collapse;
	border: 0;
	padding-right: 70px;
	padding-left: 10px;
	vertical-align: center;
}

th {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-left:10px;
	padding-bottom:0px;
}

tr {
	height:80px;
	vertical-align: center;
}

tr:nth-child(even) {
	background: #b1cce7;
}

.section {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}