body{
	font-family: arial;
	font-size: 12;
}

.subjectspage > .title {
	font-size: 22;
	padding-bottom: 12px;
}

.subject > .title {
	font-size: 13;
}

.title {
	font-weight:bold;
}

.subject {
	padding-bottom: 48px;
}

.citations, .notes, .text{
	padding-left: 12px;
}

.citation, .note{
	padding-bottom:2px;
}

.citation, .note{
	padding-bottom:2px;
}

.crossrefs{
	font-style:italic;
	padding-left: 12px;
	font-size: 10;
}

.crossrefs:before{
	content: "See also:";
}

.crossref{
	display:inline;
}

.crossref:before{
	content: " - ";
}
.crossrefs > .crossref:first-child:before{
	content: "";
}

.text {
	font-size: 11;
}

.footer {
	text-align: center;
	font-size: 10;
}
