/* This is a revision to the table_1.css file */
/* This set of class elements, correctly formats a table.  Sept. 26, 10:56 am. */

table.gallery {
	width:  900px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	}

th.collection{
	width: 103px;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	padding: 6px;	
	}

th.description{
	width: 740px;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	padding: 4px;	
	}
			
th.link{
	width: 57px;
	border-width: 2px;
	border-style: solid;
	border-color: black;	
	text-align: center;
	padding: 4px;
	}


td.c1, td.c3 {
	border-width: 2px;
	border-style: solid;
	border-color: black;
	padding: 4px;
	text-align: center;
	}

td.c2 {border-width: 2px;
	border-style: solid;
	border-color: black;
	padding: 4px;
	} 

/* This is the end of the file. */