/* 
This stylesheet contains some HTML tweaks that I felt worthwhile
for the document "A Portal for a Data Grid".  The stylesheet is
not intended to be particularly complete or reusable.
*/

body {
	background-color:	white;
	color:			black;
}

dt {
	font-style:		italic;
}

blockquote {
	font-style:		italic;
}

div.preamble {
	text-align:		center;
}