/* applies to all tables */
table {
	color: #990033;
	font-family: "times new roman";
	font-size: 15px;
	font-weight: bold;
}

/* simple table*/
td {
	background-color: #d0e4ff;
	border: thick;
}

/* table to look as if it has buttons to select different options */
td.options {
	background-color: #d0e4ff;
	border: medium ridge #3366CC;
}
