.frame {
   border: #000000 1px solid;
   padding: 10px;
   background: #ffffff;
   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: #ffffff;
   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: #000000;
   background: inherit;
   border: #ffffff 1px dotted;
   text-decoration: underline;
}

a:hover {
   color: #ffffff;
   background: #000000; 
   border: #000000 1px dotted;
   text-decoration: none;
}

div#head {
   background: #ffffff;
   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 {
   text-align: left;
}

