body{
      margin:0 auto;
      background-color:#0080ff;
      font-size:9pt;
      line-height:1.5em;
      
    }
.header{
         margin:0 auto;
         padding:10px;
         width:730px; height:30px;
         background:#87cefa;
        }
.contents{
          margin: 0 auto;
          padding:10px;
          width:730px; height:100%;
          background-color:#91cef4;
          background-image:url(image/meister-bg.gif);
          background-repeat:no-repeat;
          background-position:top center;
          }
.contents1{
           margin:0 auto;
           width:650px; height:100%;
           }

.contents2{
          margin: 0 auto;
          padding:5px;
          vertical-align: middle;
          width:490px; height:100px;
          background-color:#91cef4;
          background-image:url(image/circle.gif);
          background-repeat:no-repeat;
          }
.bottom{
        margin:0 auto;
        width:750px; height:20px;
        background-color: #00ffff;
       }      
.outset a{
       font-size:10pt ;
       font-weght:bold;
       border:outset 4px #91CEF4;
       padding-left:12px; padding-right:12px;
       color:#000000;
       background-color:#91CEF4;
       text-decoration: none; 
      }
a{
text-decoration: none; 
}
a:hover{
       border:inset 4px #91CEF4; background-color:#91CEF4;
       color:#ffffff;
       }   
h5{
   font-size:11pt;
   font-heigt:1.2;
   }
img{
    border-style:none;
   }
td{
   text-align:left;
  }