﻿body {
  border: 0;
  font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
  background-color: #E7E8EF;
  width: 700px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
}
p {
	font-size: 16px;
	color: #2D3044;
}
h1 {
  font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
  font-size: 18px;
  color: #2D3044;
  text-align: center;
  letter-spacing: 1pt;
  width: 700px;
}
a {
	text-decoration: none;
	color: #653A65;
}
a:hover {
	color: #878CAF;
}
li{
	font-size: 14px;
	color: #2D3044;
	margin-bottom: 5px;
}
h2 {
  font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #2D3044;
  display: block;
  width: 700px;
}

td {
  width: 25%;
  height: 86px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div {
  width: 700px;
  white-space: normal;
}

