html {
	background: url(email-pattern.png) repeat;
}
body {
	max-width: 700px;
	margin-left: auto;
	margin-right:auto;
}
h1, h2 {
	font-family: 'Adobe Garamond', serif;
	font-weight: normal;
	text-align: center;
}
h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
}
h2 {
	font-size: 30px;
}
p, ul {
	font-family: 'EB Garamond', serif;
	font-size: 20px;
	color: #6f6c6c;
	line-height: 1.6;
}

p a {
	color: #000;
	font-weight: bold;
	transition: color 1.5s;
}

	table, th, td {
  border: 3px solid;
}
ul {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  color: #6f6c6c;
}

th {
  height: 50px;
}
