@charset "utf-8";

/*======== preliminaries =========*/

* {
    border: none;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
     background: #999;     color: #fff;     text-align: justify;     font: 600 1em/1.1em Georgia, Garamond, Times New Roman, Times, serif;
}

/*======== general formats ======*//*======== special formats ======*/
#jekyll {    position: absolute;    top: 0;    left: 0;}#jekyll img {    width: 403px;    height: 586px;    border: 0;}#content {    position: absolute;    top: 0;    left: 405px;    width: 550px;}#big {    font-size: 1.75em;    line-height: 1.1em;    position: relative;    float: left;    width: 58%;    padding: 0 5px;}#small {    padding-left: 63%;}
#biblio {    background: inherit;    color: #600;    margin-top: 20px;}
