h1 {
    text-align:center;
  }

h2 {
     text-align:center;
     }

h3 {
     text-align:center;
     }

h4 {
     text-align:left
     }

body {
       color: black;
       background-color:whitesmoke;
       }

table {
        border-style:none;
        border-width:0px;
        width:100%;
        }

td.header {
          text-align:center;
          vertical-align:top;
          color: black;
          background-color:lightblue;
          padding: 3px;
            }

td.navi {
          vertical-align:top;
          color: black;
          background-color:lightblue;
          padding: 3px;
          }

td.contents {
              text-align:left;
              vertical-align:top;
              color: black;
              background-color:whitesmoke;
              padding: 3px;
              }

td.footer {
            text-align:left;
            vertical-align:middle;
            color: black;
            background-color:lightblue;
            padding: 3px;
            }

ol {
     list-style-position:outside;
     text-align:left
     }

ul {
     list-style-position:outside;
     text-align:left
     }

ul.navi {
         list-style-position:outside;
         text-align:left
         }

dl {
     list-style-position:outside;
     text-align:left
     }

p {
    text-align:left
    }

p.centered {
             text-align:center
             }

p.bold {
         text-align:left
         }