
BODY {
    background-color: rgb(90%, 95%, 100%);
    border-left: 18px solid rgb(15%, 35%, 25%);
    padding-left: 20px;
    padding-right 10px;
}


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

H2 {
    font-size: xx-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: x-large;
    vertical-align: top;
}

A {
    text-decoration: none;
}


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

A:link {
    color: rgb(10%, 10%, 100%);
}

A:visited {
    color: rgb(70%, 0%, 70%);
}

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

DIV.divider {
    display: none;
}


BLOCKQUOTE {
    background-color: rgb(95%, 97.5%, 100%);
    padding: 0.25in;
    padding-left: 0.5in;
    margin: 0.25in;
}


