@charset "utf-8";
/* states.css */

body {
	font-family:Arial, Helvetica, sans-serif;
}

table {
	background-color:black;
}

thead {
	color:white;
}

tbody,
tfoot { 
	background-color:white;
}

tfoot {
	font-size:small;
	font-style:italic;
}
