html, body { margin:0; padding:0; border:0; height:100%; color: black; background-color: white; font-size:100%; }
h1, h2, h3 { font-family: Arial; font-size: 150%; color: rgb(0, 0, 153); font-weight: bold; }
p { font-family: Arial; color: rgb(0, 0, 0); font-weight: bold; }
:link { font-family: Arial; color: rgb(0, 0, 0); font-weight: bold; }
:visited { font-family: Arial; color: rgb(0, 0, 0); font-weight: bold; } 
a:active { font-family: Arial; color: rgb(166, 166, 166); font-weight: bold; }
a:hover { font-family: Arial; color: rgb(166, 166, 166); font-weight: bold; }
p.center_text
{
  text-align: center;
}
div.center_vertical_text
{
  height: 20em;
  min-height: 20em;
  display: table-cell;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}