/* Emacs settings: -*- mode: Fundamental; tab-width: 4; -*-//////////////////////////////////////////////////////////////////////////////                                                                        //// Knotwork: stylesheet                                                   ////                                                                        //////////////////////////////////////////////////////////////////////////////*/body {	margin-top: 0px;	margin-left: 0px;	margin-right: 0px;	background-color: #e0e0e0;	background-image: url(../backgrounds/paleGrayNoise.jpg);}div.kludge { /* div exists to avoid inner elements' margins accumulating                into the body margin, which would upset the mouse click                calculation, at least on Safari 1.3.2 */  font-size: 1px;}table.knot {	margin-left: auto;	margin-right: auto;	border: #e0e0e0 2px ridge;	cursor: pointer;}td.knot {	font-size: 1px;	white-space: nowrap;}img.knot {	vertical-align: top;}table.contents {	width: 550px;	margin-left: auto;	margin-right: auto;	text-align: left;}td.contents {	width: 50%}
