/* CSS Document */

/* Styles for the main body */
body, th, td, p, small {
	font-family:sans-serif;
	background: tan;
}

/* Styles for the table */
table, th {
	background:saddlebrown;
	color:white;
}

td {
	background:tan;
	border:4px solid tan;
	color:black;
}


/* Stles for the coombs heading */

table.coombshead, td.coombshead {
	background:saddlebrown;
	color: white;
	border: 0px;
}

h1 {
	font-size:x-large;
}

