h1 {
     color: #ffffff;
     background-color: #ff5000;
     width: 100%;
     font-family: sans-serif;
     font-style: normal;
}

.image {
     text-align: center;
}

.border {
     border-width: medium;
     border-color: #ff5000;
     width: 100%;
     margin-bottom: 20pt;
}

.date {
     text-align: right;
     font-style: italic;
     font-size: smaller;
}

body {
     background-color: #ffffff;
}

address, .center {
     text-align: center;
}

.clear {
     clear: both;
}

.left {
     float: left;
     padding-right: 2ex;
}

