@charset "utf-8";
body  {
   text-align: center;
   }
h1 {
    color:blue;
    font-family: "Caflisch Script",Adobe Poetica,cursive
    text-align: center;
   }
h2 {
    text-align: center;
   }
h5 {
    font-size: 20px;
    text-align: center;
   }
p  {
    text-align: left;
    line-height:100%;
    padding: 0px;
   }
th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
   }
td {
    padding: 0px;
    text-align: left;
   }
table {
   background-color: #99ffcc;
    }
img {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    }
#footer {
   width: 860px;
   height: 40px;
   clear: both;
   background-color: #943434;
   color: #fff;
   font-size: 10px;
    margin: left;
   }
