body {
  background-color: #6a9499;
  font-family: Tahoma, Arial, sans-serif; 
  font-weight: bold;
  font-size: 14pt;
  color: #000088;
  text-align: center;
}
table {
  margin: auto;
  border-collapse: collapse;
  background-color: #ffffff;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
}
table.page {
  border: 1px solid #cc0000;
  width: 820px;
}
td {
  padding: 2px;
  vertical-align: top;
}
p {
  text-align: left;
}
img {
  border-style: none;
}
a {
  color: #0000ff;
  text-decoration: none;
  font-size: 16pt;
}
a:hover {
  color: #ff00ff;
}
.center {text-align:center}
