
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;
    vertical-align: bottom;
    line-height: 90%;
    padding-bottom: 0px;
}

H1, H2, H3 {
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    color: rgb(10%, 30%, 20%);
}

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

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

A {
    text-decoration: none;
}


A:link {
    color: #1313b6;
}

A:visited {
    color: #960097;
}

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

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


BLOCKQUOTE {
    background-color: #e6f4fe;
    padding: 0.25in;
    padding-left: 0.5in;
    margin: 0.25in;
}



