#head-top,
#head, 
#head img,
#head-bottom, 
#navi-column,
#navi, 
#footer {
   display: none;   
}
body {
   font-family: verdana, tahoma, helvetica, arial, sans-serif;
}

#footer, h1, h2, h3, h4, h5, p.bodytext, ul, table {
   margin-bottom: 16px;
}
h1 {
   font-size: 130%;
}
h2 {
   font-size: 120%;
}
h3 {
   font-size: 110%;
}
h4, h5, h6 {
   font-size: 100%;
   font-weight: bold;
}
ul {
   list-style-type: square;
}
a {
   color: #000;
   text-decoration: none;
}
input.submit-button {
   display: none;
}

table {
   width: 100%;
   border-spacing: 0;
   border-collapse: collapse;
   border: 2px solid #fff;
}
table th,
table td {
   border: 1px solid #000;
   vertical-align: top;
   font-size: 84%;
}
table th {
   border-bottom: 2px solid #000;
}
