/* White background is so much nicer! */
body {
	background-color: #ffffff;
}

/* Why NS4 needs 'div' here is a mystery */
body,div {
	font-family: Arial, Helvetica, sans-serif;
}

/* Make headings, dictionary terms and 'order now' text bold */
h1,h2,h3,dt,.order {
	font-weight: bold;
}

/* Top-level headings should be blue */
h1,h2 {
	color: #003399;
}

/* Images with links shouldn't have borders */
a img {
	border: none;
}
