/* oldham church cookie */
@charset "utf-8";
body {
  margin: 0px;
  background-color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: medium;
}
table {
  font-size: 85%;
}
table a {
  color: #007A65;
  text-decoration: none;
}
table a:hover {
  color: black;
  text-decoration: underline;
}