#registry, #charityList {
	width: 500px;
	font-style: Arial, sans-serif;
	font-size: 18px;
	}
#registry thead {
	color: #311266;
	font-style: Georgia, sans-serif;
	font-size: 16px;
	}
#charityList thead {
	color: #311266;
	font-style: Georgia, sans-serif;
	font-size: 16px;
	}
#registry tfoot {
	color: #311266;
	font-style: Georgia, sans-serif;
	font-size: 16px;
	text-align: center;
	}
#charityList tfoot {
	color: #311266;
	font-style: Georgia, sans-serif;
	font-size: 16px;
	text-align: center;
	}
#registry tbody {
	color: #164616;
	font-style: Times, serif;
	font-size: 18px;
	}
#charityList tbody {
	color: #164616;
	font-style: Times, serif;
	font-size: 18px;
	}
#registry td.head {
	font-weight: bold;
	text-align: center;
	}
#charityList td.head {
	font-weight: bold;
	text-align: center;
	}

#registry td.btn {
	width: 75px;
	font-weight: normal;
	text-align: center;
	}
#registry td.item {
	text-align: left;
	font-weight: normal;
	text-align: center;
	}
#registry td.description {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	}