BODY {
	background: white;
	color: black;
	font: small verdana, arial, sans-serif;
}
A:link {
	color: #0060c0;
}
A:visited, A:active {
	color: #0080f8;
}
H2 {
	font: bold x-large verdana, arial, sans-serif;
	margin: 0.83em 0;
}
H3 {
	font: bold large verdana, arial, sans-serif;
	margin: 1em 0;
}
.small {
	font-size: x-small;
}
PRE, TT {
	font: small "courier new", monospace;
}
LI {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
P, BLOCKQUOTE, PRE, FORM, OL, UL {
	/* for paragraph spacing consistency between IE (6) and Firefox (1.5.0.1) */
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}
UL UL, UL OL, OL OL, OL UL {
	/* nested lists have no top/bottom margins */
	margin-top: 0;
	margin-bottom: 0;
}
