.frame {
   border: #000000 1px solid;
   padding: 10px;
   background: #e9e9e9;
   color: #303030;
   font-family: georgia, serif;
}

td.frame {
   width: 450px;
}

div.frame {
   margin: 10px 10px 10px 10px;
}


table.head {
   font-family: sans-serif;
   position: relative;
   top: 0px;
   left: 0px;
   margin: 0;
   padding: 0;
   width: 100%;
}

body {
   background: #a0c0d0;
   color: #000000;
   margin: 0px;
   padding: 0px;
}

pre {
   padding: 10px;
   padding-left: 20px;
   margin: 0px;
}

p { 
   text-indent: 30px;
   text-align: justify;
}

dt {
   font-weight: bold;
}

a {
   color: #104075;
   background: inherit;
   border: #e9e9e9 1px dotted;
   text-decoration: none;
}

a:hover {
   color: #102050;
   background: #e9e9cc;
   border: #002050 1px dotted;
   text-decoration: none;
}


div#head {
   background: #a0c0d0;
   color: #000000;
   font-family: sans-serif;
   position: relative;
   top: 0px;
   left: 0px;
   margin: 0px 0px 0px 0px;
   padding: 10px 0px 10px 0px;
   width: 100%
}

div#head h1, h2, h3 {
   font-family: georgia, serif;
   color: #303030;
   margin: 0;
}

div#head h2, h3 {
   border-bottom: #707070 1px dotted;
   width: 70%
}

div.box {
   border: #000000 1px solid;
   padding: 10px 10px 10px 10px;
   margin: 10px 40px 10px 40px;
   background: #e9e9e9;
   color: #303030;
   font-family: georgia, serif;
}

address {
   padding-top: 25px;
   text-align: right;
   font-size: smaller;
   font-family: georgia, serif;
   font-style: oblique;
}

div.frame table, div.box table {
   width: 100%;
}

div.frame table th, div.box table th {
   background-color: #d9d9d9;
   border: 1px solid #a0a0a0;
   text-align: left;
}

