body, p, td, a {
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  color: #b0c7ec;
  background-color: #15243d;
  margin-right: 30px;
  margin-left: 30px;
}
body {
  font-size: medium;
  text-align: center;
  background-repeat: repeat;
  background-color: #15243d;
  color: #b0c7ec;
}
p {
  text-align: center;
  color: #b0c7ec;
  font-size: 12pt;
  margin-top: 2em;
}
h1 {
  font-family: tahoma,arial,Helvetica,sans-serif;
  font-style: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 1em;
  color: #a7bde0;
  font-size: medium;
  font-weight: bold;
}
table {
  border: 1px solid #c5c589;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5dc;
  border-collapse: collapse;
  empty-cells: hide;
  color: #b0c7ec;
}
td {
  border: 1px solid #c5c589;
  color: #b0c7ec;
  font-size: medium;
  text-align: center;
  vertical-align: baseline;
}
img {
  border:  none;
}
a {
  text-decoration: none;
  color: #b0c7ec;
  font-size: 12pt;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
  color: #9098c1;
}
