/* @override http://deprop.opiumfield.com/style.css */

* {
	font-family: Garamond, Palatino, "Goudy Old Style", "Book Antiqua", Cochin, Times, "Times New Roman", serif;
}
body {
	width: 80%;
	margin-left: 10%;
}
h1 {
	text-align: "center";
	font-size: 36px;
}
h2 {
	background-color: #ffe1c4;
	text-transform: uppercase;
	text-align: center;
}
a {
	color: #b65b00;
}
.panel a {
	text-decoration: none;
}
.panel a:hover {
	background-color: #ffe1c4;
	
}

.meta {
	margin-top: 15px;
	text-align: center;
	font-size: 90%;
}

.tagline {
	margin-top: -15px;
}