	body, p, td, a { font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
}
body { background-color: blue;
   color: blue;
   font-size: 10pt;
   text-align: center;
   font-color: black;
}
p { font-size: 10pt;
   text-align: center;
   margin-top: 2em;
}
h1 { color: black;
   font-family: tahoma, arial, Helvetica, sans-serif;
   font-size: 24pt;
   font-style: normal;
   font-weight: bold;
   line-height: normal;
   text-align: center;
   margin-bottom: 1em;
}
table { margin-left: auto;
   margin-right: auto;
   background-color: blue;
   border-collapse: collapse;
   border: none;
   empty-cells: hide;
   valign: middle;

}
td { color: white;
   font-size: 11pt;
   text-align: center;
   valign: middle;
   width: 400px;
   font-family: "Comic Sans MS";
   border: none;
}
img { border: none;
}
a { color: red;
   font-size: 10pt;
   text-decoration: none;
}
a:hover { text-decoration: underline;
}
