
BODY {
    margin-right: auto;
    background-color: #cceafa;
    border-left: 18px solid rgb(15%, 35%, 25%);
    padding-left: 40px;
    max-width: 650px;
}


H1 {
    font-size: xx-large ;
    text-align: center;
    line-height: 110%;
}

H2 {
    font-size: x-large ;
    text-align: right;
    line-height: 80%;
}

H1, H2, H3 {
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}


H1, H2, H3, P, UL, OL, BLOCKQUOTE {
    color: rgb(10%, 30%, 20%);
}

P, UL, OL, A, BLOCKQUOTE {
    font-family: "Lucida Bright", Georgia, Cambria, "Times New Roman", serif;
    font-size: medium;
}

LI {
	padding-top: 1pt;
	padding-bottom: 1pt;
}

A:link {
    color: #1313b6;
}

A:visited {
    color: #960097;
}

A:active {
    color: rgb(100%, 0%, 100%);
}

DIV.divider {
    text-align: center ;
    width: 498px;
    height: 10px;
    padding: 0px;
    border-style: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(divider.png);
}


P.cite {
    text-align: right;
    margin-left: 2in;
    margin-right: .75in;
    font-size: small;
}


BLOCKQUOTE {
    background-color: #e6f4fe;
    padding: .25in;
    padding-left: .5in;
    margin: .25in;
}



