/* PRINT */
body {
    background: white;
    color: black;
    font: normal 100% Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.0em; }
img { max-width: 150px; height: auto; float: right; }
#hello figure { margin: 0; }
#hello img {
    max-width: 200px;
    height: auto;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
}
#top, #design figure,
#develop figure, .noprint { display: none; }
