body { margin: 0; text-align:center; background: lightyellow; }
#header { background: lightblue; color: blue; border-bottom: solid 1px blue; margin: 0 0 5px 0; padding: 5px; }
#header h1 { margin: 0 0 0 2px; }
#header p { margin: 0 0 0 10px; }
#footer { background: lightblue; color: blue; border-top: solid 1px blue; margin: 10px 0 0 0; }
.company { font-weight: bold; }
.small { font-size: small; }
.description { font-size: small; display: block; }
hr { clear: both; border:solid; border-width:1px; border-bottom-color: blue; border-top-color:#ffffff; border-left-color:#ffffff; border-right-color:#ffffff;}
a { text-decoration: none; font-weight: bold; color: blue; }