/* See http://www.w3.org.TR/REC-CSS1-961217
        http://www.w3.org/TR/REC-html40/
        http://www.w3.org/TR/REC-html40/present/styles.html
        http://www.w3.org/Style/
 
Both Netscape and IE seem to have bugs in how they handle
style-sheets, so don't get too clever. In particular, :first-letter
and font-variant: do not seem to work.
*/
TD TR	{ align: center;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 5px;
        margin-left: 5px;
	}
