/* 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. */


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

