body {
	font-family: Arial, Helvetica, sans-serif;
  margin: 10px 20px 10px 20px;
}

p.center {
  text-align: center;
}

h1 {
  font-size: 64px;
  font-style: oblique;
  text-align: center;
  padding: 0;
  margin-bottom: 1px;
}

h2 {
  text-align: center;
  margin-top: 1px;
}

#img1 {
	float: right;
	margin: 0px 0px 10px 20px;
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}

table.left {
  float: left;
  margin-left: 5%;
  margin-bottom: 10px;
  width: 40%;
}

table.right {
  margin-left: 55%;
  margin-bottom: 10px;
  width: 40%;
}

