﻿body {
  background-color: #000066;
  font-family: Tahoma,Arial,sans-serif;
  font-size: 12pt;
  text-align: left;
  font-weight: bold;
  }
  table {
        margin-right: auto;
    margin-left: auto;
  }
  td {padding:10px}  
  table#page {
  background-color: #ffffff;
  width: 800px;
  border-radius:15px;-webkit-border-radius:15px;
  }
  h1,h2,h3 {text-align:center;}
  h1 {
  font-size: 24pt; color:#0000cc;
  text-shadow: 2px 2px 2px #000000;
  }
  h4 {margin-bottom: 0}
  a {
        color: #0000cc
  }
  a:hover {
        color: #0000ff
  }
  .navy {color:#000066;font-weight: bold}
  .bold {font-weight: bold}
  .ad {text-align:center; margin-top:30px; background-color:#fa0; border-radius: 15px; -webkit-border-radius: 15px; box-shadow: 0px 1px 5px #000; -webkit-box-shadow: 1px 1px 5px #000;}
  .ad h2 {margin-bottom:5px;}
  .button {margin:5px;}