#Title {
	font-size: 120%;
	text-decoration: underline;
	font-weight: bold;
	line-height: 140%;
}
#SubTitle {
	font-size: 120%;
	text-decoration: underline;
	font-weight: bold;
	/*line-height: 140%;*/
	font-variant: small-caps;
	padding-bottom: 0.3em;
	display: block;
}
#Citation {
	font-size: 110%;
	/*text-decoration: underline;*/
	font-weight: bold;
	/*line-height: 140%;*/
	font-variant: small-caps;
	padding-bottom: 0.3em;
	display: block;
}
.ColumnSet {
	columns: 25em;
	column-rule: 4px double #110011;
}

#TopMenu {
	font-size: 80%;
	color:#ea4;
	background-color:#86b;
}
#TopMenu-On {
	color:#fb5;
	background-color:#a8d;
}
#TopMenu-Off {
	color:#c93;
}

#GreyBox {
	/*line-height: 110%;*/
	background: rgba(128, 128, 128, 0.5);
	border:1px solid #000;
	border-radius: 5px;
	//border-left:10px;
	//border-right:10px;
	//border: 1px 1px 1px 1px;
	padding: 5px;
	margin: 8px;
	box-shadow: 5px 5px 6px;
}
