/* CSS Document */
body {
	background-color: #bace99;
}

table.front {
	background-color: #ffffcc;
}

th {
	font-weight: bold;
	text-align: center;
}

bgone {
	background-color: #bace99;
}

bgtwo {
	background-color: #ffffcc;
}

 /*
 * ffffcc = yellow
 * 99cc66 = lime green
 * BACE99 = pea green
 */

