body {
	font-family: Courier;
	padding: 1em;
	width: 48em;
}

a {
	color: #39c;
}

.content {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
}

h1 {
	font-family: "John Doe Regular";
	padding-top: 1em;
}

h1 a:hover {
	background: none;
}

h2 {
	color: #999;
	padding-top: 1em;
	border-top: 1px dotted #ccc;
	font-family: "John Doe Regular", Courier;
}

h3 {
	font-size: 120%;
}

.vevent {
	background: #efefef;
	padding: 1em;
	margin: 0 0 1em;
}

.vevent h4 {
	color: #999;
	font-size: 80%;
	font-family: "John Doe Regular", Courier;
}

.vevent h3,
.vevent h4 {
	margin-bottom: 0;
}

.description a {
	color: #000;
}

.description {
	margin: 2em 0;
}

.talk {
	margin: 0 0 1em;
}

.footer {
	border-top: 1px dotted #ccc;
}

.footer h2 {
	float: left;
	border: none;
}

.footer ul {
	float: left;
	margin: .8em 0 1em 1em;
}

.footer li {
	display: inline-table;
}

.book {
	margin: 3em 0 -1em;
}

a.button,
button {
	cursor: pointer;
	width: auto;
	overflow: visible;
	background-color: #09f;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5em 2em;
	border-width: 2px;
	border-style: solid;
	border-top-color: #2bf;
	border-right-color: #08e;
	border-bottom-color: #07d;
	border-left-color: #1af;
	border-radius: 3px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}

button:hover,
button:focus {
	background-color: #06c;
	border-top-color: #28e;
	border-right-color: #05b;
	border-bottom-color: #04a;
	border-left-color: #17d;
}
button:active {
	background-color: #039;
	border-top-color: #25b;
	border-right-color: #14a;
	border-bottom-color: #017;
	border-left-color: #028;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:active,
a.button:focus {
	color: #fff;
	text-decoration: none;
}
