.body_style {
	font-family: "Century Gothic";
	font-size: medium;
	font-weight: bold;
	color: #a60000;
	background-color: #FFFF97;
}
.table_style {
	border: outset;
}
.yellow_on_red {
	color: #ffff97;
	background-color: #a60000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1.5px;
}
.white_font {
	color: #999999;
}
.small_font {
	font-size: 14px;
}

