body {
    background: #eee;
    padding:2em;
    font : 100%/1.4 'Helvetica Neue', arial, helvetica, helve, sans-serif;
 }
h1 {
    font-size:2.2em;
    padding:0 0 .5em 0;
    margin-top: 15px
}
h2 {
    font-size:1.5em;
    margin-top: 25px;
    margin-bottom: 10px;
}

.header { 
   /* padding:1em 0;  */
    visibility: visible;
    width: 100%;
    height: 140px;
    top: 0;
    padding-bottom: 0;
    overflow: visible;
    z-index: 100;
 }

p {
    padding-bottom: 10px;
    padding-right:40px;
}
ul {
    list-style: disc outside;
    margin-left: 35px;
    margin-right: 35px;
}
ol {
    margin-left: 35px;
    margin-right: 35px;
}
ol.abc {
    list-style-type: lower-alpha;
}
ol.roman {
        list-style-type: upper-roman;
}

div.footer {
    margin-top: 40px;
}
div.footer p, div.footer a {
    font-size: 8pt;
    color: #999;
    text-align: center;
}
.red {color: red}
.bold {font-weight: bold}
sup {
    vertical-align: super;
}
table,tr,td{
  border: 1px solid black;
}
