body, p, td, a { font-family: Tahoma, Arial, sans-serif;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
}
body { background-color: #85CBFA;
   color: #000000;
   font-size: 10pt;
   text-align: center;
}
p { font-size: 10pt;
   text-align: center;
   margin-top: 2em;
}

table { margin-left: auto;
   margin-right: auto;
   background-color: #003366;
   border-collapse: collapse;
   border: 1px solid #0066cc;
   empty-cells: hide;
}
td { color: #003366;
   font-size: 10pt;
   text-align: center;
   vertical-align: baseline;
   border: 3px solid #0066cc;
}
img { border: none;
}
a { color: black;
   font-size: 10pt;
   text-decoration: none;
}
a:hover { text-decoration: underline;
}
