/* table.css 
Version: Alpha  See design notes
11/26/07 */

/*Specify blanket rules for all elements */

 table { 
  font: normal 1.2em/160% Arial, Helvetica, sans-serif; 
  } 
	th {text-align:left;
	color:#000000;
	background-color:#66FFCC;
	}
	td {text-align:left;
	vertical-align:top;
	}