@charset "UTF-8";
/* CSS Document */
/* styles that only affect the projects page */

.funSheetTable
	{
		width: 599px;
		text-align: center;
	}
	
.threeColumns	/* these two styles make sure the table data is centered and the table rows are all the same width */
	{
		width: 199px;
	}

.twoColumns		/* different styles are required for two or three table layouts */
	{
		width: 299;
	}

dl
	{
		margin-left: 30px;
	}