body {
    width: auto;
    margin: 0.5em;
    border-top: solid #1616ff 1em;
    border-bottom: solid #1616ff 1em;
    border-left: none;
    border-right: none;
}
div.outerborder {
    border: outset black thin;
}
div.logo {
    font-size: 2em;
}
h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}
h3, h4 {
    margin-top: 3em;
    margin-bottom: 1em;
}
ul {
    margin-left: 0.5em;
    padding-left: 0.5em;
	  
}
li {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
div.report { padding: 1em; margin: 0.5em 1em; border: thin blue solid; 
             min-height: 290px;}
div.report h3 { margin 0.5em; font-size: 1.2em; font-weight: bold;} 
img.bookcover { float: right; }                                                                                         
