.vblist body {
	height: 100%;
	width: 100%;
	padding: 20px 10px;
	margin: 10px;
}

.vblist body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.vblist table {
	background-color: white;
}
.vblist td{
	background-color: white;
}
.vblist td > h2{
	background: #E7E7E7;
	border-style: solid;
	border: thin dashed black;
	margin: 1px;
	padding: 1px;
}
.vblist table > h1{
	align-self: center;
	font-size: 36;
	color: white;
	background-color: black;
	text-underline-position: below;
}
.vblist h2 > a{
	align-self: center;
	text-decoration-style: solid;
	font-size: 32;
	color: royalblue;
	text-underline-position: below;
	border-bottom: thick royalblue;
}
.vblist h3{
	align-self: center;
	font-size: 26;
	color: black;
}

.vblist-description{
	border: thin;
	align-content: center;
}
.vbTopic body {
	height: 100%;
	width: 100%;
	padding: 0px 10px;
	margin: 10px;
}
.vbTopic div{
	background-color: white;
	vertical-align: middle;
	margin: 10px;
	padding: 10px 0px;
	color: black;
}
.vbTopic div>h1{
	align-items: center;
	font: bolder 900 Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 72;
	color: mediumblue;
	background-color: gray;
	margin: 5px,15px,10px,15px;
	padding: 10px,20px;
}
.vbSubTopic {
	text-align: left;
	font-size: 18;
	margin: 0px,5px,10px,0px;
	font-style: normal;
	text-indent: .25;
	padding: -10px,0px,0px,-20px;
	color: black;
}