BODY {
   margin: 3px;
}

* {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}

.header,.message,.body,.footer,h3 {
   border: 1px solid black;
   border-bottom: none;
   padding: 5px;
   background-color: white;
   margin: 0px;
}

.header {
   border: none;
   text-align: center;
}

.message {
   background-color: #ffcccc;
}

.footer {
   border-bottom: 1px solid black;
}

H4 {
   margin-bottom: 0.5em;
   margin-top: 0px;
   font-size: 14px;
}

H3 {
   font-size: 16px;
}

OL LI {
   margin-bottom: 0.5em;
}

OL {
   list-style-position: outside;
   margin-left: 1.5em;
   padding-left: 0px;
}

P {
   margin: 0px;
}
