/* Establish base style */
* {
	background-color: #CCCCCC;
	color: #000000;
}
a:link { color: rgb(59, 64, 172); }
a:visited { rgb(22,78, 122); }

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
	margin 1em 0;
	padding: 0;
}
h1, h2, h3, h4 {
	/*color: rgb(22,78, 122);*/
	/*color: rgb(182, 71, 57);*/
	color: #3C0F6D;
	font-family: "Lato", helvetica, arial, sans-serif;
}

/* Grid stuff */
.content {
	font-family: "Lora", georgia, times, serif;
	grid-column-end: 11;
	grid-column-start: 3;
	grid-row: 3;
}
.content img {
	max-width: 100%;
}
.content tr, td {
	text-align: center;
}

.footer {
}

.header {
	font-family: "Lato", helvetica, arial, sans-serif;
	font-size: 2.00em;
	grid-column: span 8;
	grid-row: 1;
}
/* Disable underlining for header and menu items. */
.header a:active, .menu a:active {
	text-decoration: none;
}
.header a:hover, .menu a:hover {
	text-decoration: none;
}
.header a:link, .menu a:link {
	text-decoration: none;
}
.header a:visited, .menu a:visited {
	text-decoration: none;
}

.menu {
	font-family: "Lato", helvetica, arial, sans-serif;
	font-size: 1.75em;
	grid-column: span 4;
	grid-row: 1;
}

.subTitle {
	font-family: "Lato", helvetica, arial, sans-serif;
	font-size: 1.25em;
	grid-column: span 12;
	grid-row: 2;
}

.wrapper {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: auto;
	/* 40px 100px 40px; */
}
