body {
    height: 100%;
    margin: 0;
    width: 100%;
    font-family: 'Andale Mono', AndaleMono, monospace;
}

.body-container {
    display: block;
    padding-top: 100px;
}

img[alt=boardpreview] { width: 200px; }

img[alt=photos] { width: 400px; }


ol {
  counter-reset: section;
  list-style-type: none;
}

ol li:before {
  counter-increment: section;
  content: counters(section, ".") ".  " ; 
}

