/* CSS declarations for essays and short stories (translations) */

BODY {
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 3%;
    margin-left: 3%;
    color: #000000;
    background: #D0D0D0;
    background-image: url(./img/white.gif);
}

A:link { color: #006699 }
A:visited { color: #800080 }
A:active { color: #FFFFFF }

P {
    text-align: justify;
    text-indent: 2em;
    line-height: 130% }

BLOCKQUOTE {
    margin-top: 1ex;
    margin-bottom: 1ex }

.alignright {
    text-align: right;
    line-height: 100% }

H1 { color : #000080 }
H2 { color : #006699 }
H3 { color : #0080C0 }
