.leftcol {
	width: 100;
	background: #0040c0;
}

.rightcol {
	padding: 10pt;
}

.bigcap {
	font-size: 25pt;
}

h1 {
	color: #e00040;
	width: 100%;
	padding-bottom: 0pt;
	border-bottom: 2pt #A00 solid;
}

th {
	background: #000;
	color: #FFF;
}

.title {
	padding: 10pt;
	color: #FFF;
	font-weight: bold;
	font-size: larger;
}
.button {
	color: white;
	font-weight: bold;
	margin-left: 5pt;
	text-decoration: underline;
	white-space: nowrap;
}
.button:hover {
	color: red;
}

blockquote:before {
	font-size: 32;
}
blockquote {
	border: thin black solid;
	background: #eee;
	text-align: center;
	float: right;
	padding: 10pt;
}
blockquote:after {
	font-size: 32pt;
}
