html {
    direction: rtl;
}

body {
    background-color: black;
}

#content {
    background-color: white;
    margin: auto;
    max-width: 800px;
    border: 3px solid green;
    padding: 15px;
    margin-top: 25px;

}


/* Style for 'more' note on bottom left. */
#more {
    z-index:-2;
    position: relative;
    top: 2em;
    right: 90em;
    padding: 0.5em;
    background-color: #b0b0b0;
    border-radius: 20px;
    width: 8em;
    text-align: center;
    
}

#more a:link {
    color: blue;
}

#more a:visited {
    color: blue;
}

/* Style for footnotes */

.footref {
    font-style: italic;
    font-size: 0.8em;
}

.footnum {
    font-style: italic;
    font-size: 0.8em;
}
.footpara {
    display: inline;
    font-style: italic;
}

.footdef  {
    position:relative;
    bottom:0;
    margin-top: 4em;
    margin-bottom: 1em;
}
