/* Style the body */
body {
  font-family: Bookman Old Style, Helvetica, sans-serif;
  margin: 0;
  background-color: white;
}

a:link {
  color: #7a1847;
  background: white;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #7a1847;
  background: white;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: white;
  background: #7a1847;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #7a1847;
  background: white;
  text-decoration: none;
}

td {
	text-align: center;
}

