<style type="text/css">
div.container
{
width:100%;
margin:0px;
border:1px solid gray;
line-height:150%;
}
div.header,div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}
h1.header
{
padding:0;
margin:0;
}


H2 {text-align:center;color:blue}
H4 {text-align:center;color:red}

div.left
{
float:left;
width:160px;
margin:0;
padding:1em;
}

table
{
border-collapse: separate;
empty-cells: show
}

ul.none {list-style-type: none}

div.content
{
margin-left:190px;
border-left:1px solid gray;
padding:1em;
}

p {font-size: 100%}
</style>
