/* Jeremy's Home Style Sheet */

H1 {
    font-family: sans-serif;
    text-align: center;
}

H2, H3, H4, H5, H6 {
    font-family: sans-serif;
}

BODY, P, BLOCKQUOTE, UL, LI, DL, OL, DD, TD, TR {
    font-family: sans-serif;
    zfont-size: 14px;
}

CODE {
    font-family: "Courier New", Courier, Monaco, monospace;
}

PRE {
    font-family: "Courier New", Courier, Monaco, monospace;
}

.subtitle {
    text-align: center;
}

.linkbar {
    font-family: sans-serif;
    font-size: 14px;
    text-align: left;
    background: #369;
    line-height: 150%;
}
.title-linkbar {
    font-family: serif;
    text-align: center;
    border-top: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 16px;
}

.see { 
    font-family: serif ;
    text-align: left;
    margin-left: 7%;
    margin-right: 7%;
    background: #E0E0E0;
    color: black; 
}

.example {
    background: #CCCCFF;
    margin-left: 20px;
    margin-right: 20px;
}

.note {
    margin-left: 3em;
    margin-right: 3em;
    font-family: "Times New Roman", Times, serif;
    background: yellow;
    color: black; }

.narrow-caption {
    font-family: sans-serif;
}

.simulatedlink {
    color: blue;
}

/* A:visited {color: purple ; } */
/* A:active {color: aqua ; } */
A.notrecommended:link {color: #6666FF ; }
A.notrecommended:visited {color: #CC66CC ; }
A.deemphasized:link {color: #6666FF ; }
A.deemphasized:visited {color: #CC66CC ; }
.overline {font-family: Verdana, "Lucida Sans", Arial, Helvetica, Geneva, sans-serif; margin-bottom: -2ex ; }
.updatecomment {font-size: 100%; background: #00FFFF ; }
.outsidecomment {font-size: 100%; background: #E9E9E9 ; }


