table {
	font-family: "Arial";
	font-size: 10pt;
}
<!-- Main Menu Buttons - green -->
tr.menu_btn {
	height: 30;
	background-color="#01CC00";
	font-weight: 800;
	font-size: 13pt;
	color: white;
	cursor: hand;
  }
a {
	text-decoration: none;
}
a.menu_btn {
	color: white;
	visited: white;
}
<!-- Child Menu Buttons - green -->
tr.child_btn {
	background-color="#01CC00";
	color: white;
	cursor: hand;	
	height: 20;
}
.pageHeading {
	font-size: 13pt;
	font-weight: 800;
}
li {
	padding: 5;
}

