body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #FF9900;
      font-weight: bold;
	background-color: #000000;
	font-size: 100%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

a:link {
	color: #FF9900;
	text-decoration: none;
	font-size: 10px;
}

a:active {
	color: #FF9900;
	font-weight: bold;
}

a:visited {
	color: #FF9900;
	text-decoration: none;
	font-size: 10px;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

th {
	color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	background-color: #1F1403;
	padding: 2px;
}

