/* table.css - used for data tables for scores, news, and cal.html
   layout.css - layout tables for index.html and scsa.html
   data.css - data tables in history.html and scsa.html

Don't use table.css and layout.css on the same page. */


table.data {background: #777777;
	background-image: none;
     	color: #EEEEEE;
	margin-left: auto;
   	margin-right: auto}
th, td {text-align: center;
     	padding-top: 1.5mm;
     	padding-bottom: 1.5mm;
     	padding-right: 2mm;
     	padding-left: 2mm}
caption {color: #EEEEEE;
	background: #000000;
     	caption-side: top;
	width: auto;
	text-align: center}

