/*******************************************************************
/* This section deals with the normal page layout.
/******************************************************************/

	body
		{
			background: black;
			background: url("dgren045.jpg") #000000 fixed center;
			color: white;
			margin: 0;
		}

	h1
		{
			color: black;
			background: lime;
			border: 2px outset;
			text-align: center;
		}

	h3
		{
			color: red
		}

	a	{ color: lime; }
	a:hover	{ color: yellow; }


/*******************************************************************
/* This section deals with the table and everything in it.
/******************************************************************/

	td
		{
			text-align: center;
			padding: 1 8 1 8;
		}

	th { color: lime; }


/******************************
/* These are classes 
/*****************************/


	.done
		{
			color: red;
			font-weight: bold;
		}

	.item
		{
			font-weight: bold;
			color: yellow;
			text-align: left;
		}

/**********************************************************
/* End style sheet data.
/**********************************************************/
