
html, body {
      font-family:sans-serif;
      font-size:9pt;
      background-color:#eeeeee;
      color:#111111;
      width:100%;
      height:100%;
      padding:0px; 
      margin:0px;
      overflow:hidden;
}


h1 {
   margin:0px;
   padding:0px;
   height:16px;
   font-size:10pt;
   text-align:center;
}

th {
   text-align:left;
}


a {
   color:black;
}

img {
   border:0px none;
}

input {
   font-size:9pt;
   border:1px solid;
   padding:1px;
}


.clickable {
   cursor:pointer;

}

ul {
   margin-top:2px;
   margin-bottom:5px;
   margin-left:12px;
   padding-left:5px;
}