/*
 * Style sheet for Janet Brown
 */

BODY {
    color: black;
    /* text-align: justify; */
    /* background: "#FFFFF0"; */
    margin: 2em;
}
 
A:link    { text-decoration: none;      color: #ff9f00; }
A:visited { text-decoration: none;      color: #ff9f00; }
A:hover   { text-decoration: underline; color: #ff9f00; }

H2, H3, H4, H5, H6 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0em;
}

H1 {
    text-align: center;
    margin-top: 2em;
}

P {
    margin-top: 0em;
    margin-bottom: 0em;
    text-indent: 1em;
}

P.negindent {
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 2em;
    text-indent: -1em;
    font-color="#E9E0CF"
}

PRE {
    font-family: monospace;
    margin-left: 4em;
    text-align: left;
    background: "EEEEEE"
}

IMG {
    border: 0;
}

SUP {
     font-size: 70%  ;
}

.note {
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 4em;
    margin-right: 1em;
    background: "EEEEEE"
}

.squeeze {
    margin-top: 0em;
    margin-bottom: 0em;
}

.center {
    text-align: center;
}

.sanser {
    font-family: helvetica, sans-serif;
}
.tmar {
    margin-top: 1em;
}

.ind1 {
    margin-left: 1em;
}

.ind2 {
    margin-left: 2em;
}

.ind3 {
    margin-left: 3em;
}

.ind4 {
    margin-left: 4em;
}

.ind5 {
    margin-left: 5em;
}

.ind6 {
    margin-left: 6em;
}
