/* Effects on links using Cambridge blue */
A:link          { color : #003399; }
A:visited       { color : #800040; }
A:hover         { color : #99CCFF; }
A:active    { color : #99CCFF; }

/* A:link, A:visited, A:active { text-decoration : none } */

/* Default font for most tags */
BODY, P,
H1, H2, H3, H4, H5, H6,
UL, OL, DL, DD, DT,
DIR, MENU, DIV,
ADDRESS {
    font-family: sabon, century schoolbook, new century schoolbook, serif;
        font-weight: medium;
        background: white;
    color: black;
}

TABLE, TD, TR {
    font-family: sabon, century schoolbook, new century schoolbook, serif;
        font-weight: medium;
    color: black;
}

/* Special cases for definition terms */
DT.Padded {
        padding: 5pt;
}

DT.Strong {
        font-family: arial, sans-serif, helvetica;
        font-weight: bold;
    background: white;
    color: black;
}

/* Other particular cases */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE {
        font-style: italic;
}

PRE, TT, CODE, KBD, SAMP {
        font-family: lucida console, monospace;
}

ADDRESS { font-size : 80% }

SMALL.TINY		{ font-size : xx-small }
SMALL.SCRIPTSIZE	{ font-size : xx-small }
SMALL.FOOTNOTESIZE	{ font-size : x-small  }
SMALL.SMALL		{ font-size : small    }
BIG.LARGE		{ font-size : large    }
BIG.XLARGE		{ font-size : x-large  }
BIG.XXLARGE		{ font-size : xx-large }
BIG.HUGE		{ font-size : xx-large }
BIG.XHUGE		{ font-size : xx-large }
