body {
        background-color: #ffffff;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: small;
        color: #000000;
        margin: 5px;
        padding: 0px;
        border-style: none;
}

img {
  margin: 0;
  border-style: none;
}

table {
  border-style: none;
  width: 100%;
  margin: 0;
  padding: 2px;
}

td, th {
  vertical-align: top;
  padding: 4px;
}

h1 {
  text-align: center;
}

a:link    { text-decoration: none; color: #36c; }
a:visited { text-decoration: none; color: #96c; }
a:hover   { text-decoration: underline; color: #1f1f1f; }
a:active  { text-decoration: underline; color: #1f1f1f; }
