h1, h2, h3, h4 {
     text-align: left;
     margin: 2px;
}

h2 {
     margin-left: 50px;
}

h3 {
     margin-top: 50px;
     margin-left: 20px;
     float: left;
}

div.ret {
     float: right;
}

div.counter {
     position: absolute;
     top: 3px;
     right: 3px;
}

div.clear {
     clear: both;
}

    
