body {
   background-image: url(./kabe.jpg);
   background-repeatrepeat;
   margin: 10px 30px 10px 30px;
}

table {
border: 0;
}

.main { 
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: center;
   letter-spacing: 1px;
   word-spacing: 2em;
   line-height: 150%;
   font-weight: bold;
   font-style: italic;
}

a {text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration : underline}

.footer{
   margin: 0;
   padding: 10px 0px 10px 0px;
   text-align: center;
   font-size: 10px;
   font-weight: bold;
   line-height: 100%;
   }   


