

/* Effects on links using Cambridge blue */
A:link		{ color : #003399; }
/*A:visited	{ color : #003399; }*/
A:visited	{ color : #800040; }
A:hover		{ color : #99CCFF; }
A:active    { color : #99CCFF; }
					 
/* 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; 
}

/*
UL, OL, LI, DL, DD {
	text-align: justify;
}
*/

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

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

DD.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 }
