/* Empty Style Sheet */
body {
    margin-left: 2cm;
    background: rgb( 255,240,240 );
}                  

h1 {
    margin-left: -1.5cm;
}

.page-footer {
    margin-left: -2cm;  
    clear: both;
}

div.panel {
    clear: both;
    margin-top: 2ex;
    margin-left: 4ex;
    margin-right: 4ex;
    padding: 1ex;
    border: thin solid rgb(0,0,0);
    background: rgb( 240,220,220);
    border-radius: 2ex;
    -moz-border-radius: 2ex;
    
}

div.endpanel {
    clear: both;
}

.panel img {
  border: 0.5ex solid;
  margin-right: 2em;
  float: left;
}

div.paragraph {
    margin-bottom: 2ex;
}

div.title {
    font-weight: bold;
    font-size: x-large;
    margin-bottom: 2ex;
}
