body {
   font-family: Georgia, serf;
   font-size: 80%;
   color: black;
   background-color: #fff;
   margin: 2em;
   padding: 0;
   text-align: center;
}


p {
   line-height: 1.5em;
}

h1 {
   color: #000
   background-color: #fff;
   font-size: 3em;
   margin: 0;
   margin-bottom: 0.5em;
   padding: 0.25em;
   font-style: bold;
   font-family: "Georgia";
   text-align: left;
   border-bottom-style: solid;
   border-bottom-width: 0.5em;
   border-bottom-color: #c00;
   text-align: left;
}

h2 {
   color: #999;
   background-color: #fff;
   font-size: 1.5em;
   margin: 0;
   padding: 0.3em;
   padding-top:0.3em
   padding-left: 1em;

}

h3 {
   color: #999;
   font-size: 1.25em;

}

h4{
   text-align: center;
   font-size: 1em;
   color: #000;
   font-style: italic;
   font-family: Georgia;
   padding-top: 10em;


}

h5{
   text-align:center;
   font-size:12px;
   color: #999
   font-style: bold;
   font-family: Georgia;


}


img {
   border-style: dashed;
   border-width: 2px;
   border-color: #ccc;
}

a {
   text-decoration: none;
}

strong {
   font-style: italic;
   text-transform: uppercase;
}

li {
   color: #900;
   font-style: italic;
}

table {
   background-color: #ccc;
   width:100%;
   }
   th
   {
   height:50px;
   }
   {
   border: 1px solid black;
   }
}
