/* 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.layout {background: #000000;
	background-image: none;
     	color: #EEEEEE;
	border: none;
	width: 100%}
th.layout {text-align: center;
	border: none;
	padding: 0}
td.layout {text-align: left;
	border: none;
	padding: 0}

td.right {text-align: right;
        border: none;
        padding: 3mm}

td.center {text-align: center;
        border: none;
        padding: 0}

