* html body { width: expression(Math.min(document.documentElement.clientWidth - 20, 900));
	}

body {
	background-attachment: fixed;
	background-image:url(img/background.gif);
	background-color:#FFFFFF;
	color:#000000;
	max-width: 960px;
	margin-left: 0;
	margin-right:auto;
	}
body, div, table, td, tr, p {
	font-family:Arial, Helvetica, sans-serif;
	}
tr {
	vertical-align:top;
	}
H1, H2, H3 {
	text-align:center;
	}
.tinytext {
	font-size:small;
	}
.midcol {
	text-align:justify;
	font-weight:bold;
	padding:6px;
	}
.midcol a:hover {
	background-color:#000000;
	color:#FFFFFF;
	}
.xmas {
	background-color:#10FF10;
	color:#FF0000;
	border: red dotted thick;
	text-align:center;
	font-size:xx-large;
	}
.stream {
	background-color:#FFFFCC;
	text-align:center;
	}.highlight {
	color: #FF0000;
	background-color: #FFFF00;
}
