#body {
	background-color: #000000;
	overflow: hidden;	
	font-family: Arial;
	font-size: 15pt;
	line-height: 1.5em;	
	text-align: justify;	
	vertical-align: top;
	width: 100%;
	z-index: -1;
}
#footer {
	background-color: #000000;	
	color: #ffffff;
	font-family: Helvetica Neue;
	font-size: 12pt;
	height: 50px;
	text-align: center;
	margin-top: 0px;
	opacity: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	vertical-align: bottom;
	z-index: 1;
}
#navbar {
	height: 50px;
	margin-left: 450px;	
}
#table {
	height: 100%;
	width: 100%;
}
.shop {
	background-color: #000000;
	color: #ffffff;
	float: right;
	height: 50px;
	padding-top: 20px;
}
.shop:hover {
	background-color: #000000;
	color: #ffffff;
}

ul {
	background-color: #000000;	
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-top: 0px;
	text-align: center;
	overflow: hidden;	
}

li {
	float: left;
	height: 20px;
}
li a {
	background-color: #000000;
	color: #ffffff;
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}
.equal-width-table th,
	.equal-width-table td {
		border: 1px solid #ccc; /* Add borders for visual separation */
		padding: 8px; /* Add some padding inside cells */
		text-align: center; /* Center align text within cells */
		width: 33%;
}

.row {
	vertical-align: top;
}
.heading {
	font-family: Helvetica Neue;
	text-align: center;
	text-decoration: underline;
	text-decoration-thickness: 8px;
}
h1 {
	font-family: Helvetica Neue;
	text-align: center;
}
h3 {
	font-family: Arial;
}
p {
	color: #ffffff;
}