body {  }
p { }
td { }
a:link {  	color: black; text-decoration: none; }
a:visited { color: gray; text-decoration: none; font-weight: bold; }
a:hover {	color: black; font-weight: bold; text-decoration: underline; }
a:active { }
.h1 { color: #000; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; margin: 0.67em 0; }
#vertcenter { position:absolute;
     left: 50%; 
     top: 50%;
     width: 616px;
     height: 596px;
     margin-top: -298px; /* half of the height */
     margin-left: -308px; /* half of the width */
     }
