@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
body {
	font-family: 'Droid Serif';
	font-size: 20px;
}
.default-colors{
	background-color: white;
	color:black;
}
.inverse-colors{
	background-color: black;
	color:white;
}
/* Two-column layout */
.left-column {
	color: #777;
	width: 50%;
	height: 92%;
	float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
	color: #000;
}
.right-column {
	width: 50%;
	float: right;
	padding-top: 2em;
}
.bottom{
	position:fixed;
	left:0px;
	bottom:0px;
}
.footnote,
.right-footnote,
.left-footnote{
	position: absolute;
	bottom: 3em;
}
.antifootnote,
.right-antifootnote,
.left-antifootnote{
	position: absolute;
	top: 3em;
}
.right-footnote,
.right-antifootnote{
	right: 3em;
	text-align: right;
}
.left-footnote,
.left-antifootnote{
	left: 3em;
	text-align: left;
}
