h1 {
  	text-align: center;
}

h2 {
	text-align: center;
	margin-bottom: 0px;
}

h3 {
	text-align: center;
	margin-top: 0px;
}

table {
	margin-left: auto;
  	margin-right: auto;
  	border-collapse: collapse;
}

th {
	vertical-align: bottom;
	background: blue;
	color: white;
	font-weight: bold;
	padding: 5px;
	border: 0px;
}

tr:nth-child(even) {
	background-color: lightgrey;
}

td {
	padding: 20px;
	border: 0px;
}

table th:nth-child(1) {
	text-align: center;
}

table th:nth-child(2) {
	text-align: center;
}

table th:nth-child(3) {
	text-align: left;
}

table th:nth-child(4) {
	text-align: center;
}

table th:nth-child(5) {
	text-align: center;
}

table td:nth-child(1) {
	text-align: center;
}

table td:nth-child(2) {
	text-align: center;
}

table td:nth-child(4) {
	text-align: center;
}

table td:nth-child(5) {
	text-align: center;
}

ul {
	text-align: center;
}

li {
	display: inline-block;
	padding-right: 10px;
}

ul li:not(:first-child)::before {
 	content: "\00b7  ";
}

