html, body 
{
background-color: #fff;
margin: 0;
height: 100%;
}
.table 
{
background-color: #fff;
width: 300px;
position: absolute;
left: 50%;
margin-left: -147px;
top: 50%;
margin-top: -170px;
font-family: Verdana, Arial;
font-size: 10px;
color:#3e3e3e;
 }
 .table2 
{
font-family: Verdana, Arial;
font-size: 10px;
color:#3e3e3e;
 }
 .text01
 {
font-family: Verdana, Arial;
font-size: 10px;
color:#3e3e3e;
 }
.h1
 {
font-size: 12px;
font-weight: 700;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
 }
A
{
color: #808080;
line-height: 1.2;
text-decoration: none;
font-weight: 700;
 }
 A:Hover
 {
color: #000000;
line-height: 1.2;
text-decoration: none;
font-weight: 700;
 }
 A:Active
 {
color: #000000;
line-height: 1.2;
text-decoration: non;
font-weight: 700;
 }
