 body {
  padding-left: 11em;
       font-family: Georgia, "Times New Roman",
          Times, serif;
    color: white;
    background-color: black }
         ul.navbar {
             list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 9em }

div.topRight {
    position: absolute;
    top: 0%;
    right: 0%;
}

div.bottomright {
    position: absolute;
    bottom: 0%;
    right: 0%;
}

div.bottomleft {
    position: absolute;
    bottom: 0%;
    left: 0%;
}

div.footer{
position: relative;
margin-left: auto;
margin-right: auto;
margin-bottom: 10%;
color: #0671C4;
font-family: Dotum, Verdana, Arial;
font-size: 9pt;
width: 70%;
text-align:center;
}


         h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }
        address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }
