body {
	background-color: white;
	}
.divPageBody {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 400px;
	min-height: 400px;
	font-family: Arial, sans-serif;
	font-size: 36px;
	}
.divBulletChart {
	}
.divBulletChart h2 {
	margin-bottom: 35px;
	}
.divBulletChart li {
	margin-bottom: 10px;
	}
.divBulletChart li:first-child {
	margin-top: 10px;
	}
.divBulletChart li::selection {
	color: white;
	background: limegreen;
	}
.divBulletChart .reveal .slides {
	max-width: 1000px;
	top: 40%;
	}
.divBulletChart .reveal .slides a {
	cursor: pointer;
	text-decoration: underline;
	text-decoration-color: gray;
	text-decoration-style: dotted;
	color: inherit;
	}
.divBulletChart .reveal .slides a:hover {
	text-decoration: underline;
	}

/* styles for phone, tablet */
	@media screen and (max-width: 1024px) {
		.divPageBody {
			width: 95%;
			margin-top: 80px;
			}
		}
