.LocationTable {
	font-family: "Book Antiqua";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-color: #B87A3D;
	position: relative;
	height: 100px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
}

