html {
   height:100%; 
   max-height:100%; 
   padding:0; 
   margin:0; 
   border:0; 
   font-family: arial;
   font-weight: bold;
   font-size:76%; 
   font-family:georgia, palatino linotype, times new roman, serif;
}

body {
   padding-top: 0px;
   padding-left: 0px;
}

table {
   font-family: arial;
   font-weight: 400;
   font-size:8pt;
   font-family:georgia, palatino linotype, times new roman, serif;
}

#head {
   position: fixed;
   top: 0px;
   left: 0px;
   width: 600px;
   height: 14%;
   padding-left: 18px;
   padding-top: 14px;
   z-index:10;
}

#body {
   position: absolute;
   overflow:auto;
   display:block;
   top: 14%;
   left: 0px;
   width: 100%;
   height: 86%;
}

#line {
   border: 1px solid black;
}

a:visited {
   font-family: arial;
   color: black;
   text-decoration: none;
}

a:link{
   font-family: arial;
   color: black;
   text-decoration: none;
}

a:active{
   font-family: arial;
   color: black;
   text-decoration: none;
}

a:hover{
   font-family: arial;
   color: #a2a2a2;
   text-decoration: none;
}
