body, td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.menu_title {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #fff2dc;
}

.menu_link a:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #cc6600;
}
.menu_link a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #cc6600;
}
.menu_link a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #cc6600;
}
.menu_link a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #cc6600;
}
.yellow_row {
	background-color: #fff2dc;
}
.pink_row {
	background-color: #ffc0cb;
	color: maroon;
}
