/* Basic structure */

body {
    max-width: 35em;
    margin: 2em;
    color: rgb(0,0,0);
    background-color: rgb(255,255,255);
}

p {
    margin: 0.5em 0em;
}

hr {
    border: none;
    height: 1.8em;
}

img {
    max-width: 100%;
}

img.resize {
    margin: 0.5em 0 0.1em 0;
    cursor: pointer !important;
    max-height: 35em;
}

/* Headers */

a.maintitle {
    font-size: 1.3em;
}

/* Links */

a, a:visited {
    color: rgb(0,0,0);
    text-decoration: none;
    cursor: pointer !important;
}

a:hover, a:active {
    color: rgb(80, 80, 80); /* Version Simu*/
    /*color: rgb(0,0,0);*/
}

div.header a, div.header a:visited, a.maintitle, a.maintitle:visited {
    display: table;
    list-style: none;
    text-decoration: none;
    padding: 0em 0;
}
