BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Gack, this contains some ugly hacks.  MSIE doesn't seem
   to believe in margin-left and margin-right being auto,
   and a fixed-width.  It used to be a nice:

DIV.content {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}

But now...

*/

DIV.content {
	position: absolute;
	width: 728px;
	left: 50%;
	margin: 0 0 0 -364px;
}	

A {
	color: blue;
}

TABLE.how {
	background: #cc3300;
	color: white;
}
