.items {
	padding-left: 0;
	list-style-type: none;
	margin-top: 0px;
}

.items h3 {
	margin-top: 0px;
	text-align: left;
}

h2 {
	text-align: center;
}

h3 {
	margin-bottom: 0;
	text-align: center;
}

.itemHead {
	text-align: left;
}

hr {
	style: thin solid #ccc;
}

table {
	width: 100%;
	border-collapse:collapse;
}

td.itemTab {
	width: 50px;
	text-align: center;
	vertical-align: top;
	padding-left: 1px;
}

td {
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

.itemHead {
	margin-top: 0px;
}

td h4 {
	margin-top: 0px;
}

.itemPar {
	text-indent: 0px;
}

tr {
	border: thin solid #000;
}

blockquote {
	border: thin solid #636;
	padding: 5px;
}



.trivPage {
	border: medium solid #fa0;
	margin-bottom: 40px;
}

.trivHead {
	border-bottom: medium solid #fa0;
	margin-left: -40px;
	padding-bottom: 20px;
}



.hidden {
	color: #fff;
	cursor:pointer;
}
.hidden-revealed {
	color: #000000;
	font-size: 14px;
}

.hidden a {
	color: #fff;
}

.hidden h4 {
	color: #000;
	text-align: left;
}

.hidden img {
	filter: blur(10px);
}