/*
 * Colors:
 * 	MG Red: #991917
 *	MG Gold: #cda137
 *  MG Grey: #b6b4b8
 */
@import url(base.css);

body {
	background-color: white;
	font-family: "Libre Baskerville", serif;
	font-size: 1em;
}

#header-logo {
	margin: auto;
	width: 900px;
}

#content-div {
	margin: auto;
	width: 900px;
	line-height: 1.6;

}

table {
	width: inherit;
	border-collapse: collapse;

}

td {
	padding: 10px;
}

td.img {
	vertical-align: top;
}

h1 {
	font-size: 1.5em;
	font-variant: small-caps;
	text-align: center;
}

a {
	color: #991917;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
