* { 
   margin:0px;
   padding: 0px;
}
body,div,a,li { 
   font-family: verdana, helvetica, sans-serif;   
   background-color: white; 
   font-size: 20px;
 }

body { 
   margin:auto;          
   width: 30em;          

 }

div#header { 
   margin-top: 1em;
   margin-bottom: 1em;
   padding-top: 1em;
   padding-bottom: 1em;
   border-bottom: black 1px dotted;
   border-top: black 1px dotted;
 }

div#header h1 
{ 
   text-align: center;          
   font-size: 30px;
   font-weight: bold;
  }

div#header  h2 
{ 
  font-size: 20px;
  font-weight: normal;
  text-align: center;                         
  }

div#content 
{ 
  text-align: left;
  padding-top: 1em;
  padding-bottom: 1em;
 }

div#content ul { 
// list-style-type: none;
 }

li { 
  margin-top: 1em;
  margin-left: 2em;
 }


div#footer
{ 
   text-align: right;
   font-size: 0.7em;
   margin-top: 1em;
   padding-top: 1em;
   padding-bottom: 1em;
   border-top: black 1px dotted;
 }

div#footer ul { 
list-style-type: none;
 }



