﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Arimo&family=Mulish&family=Open+Sans&family=Petrona:ital@1&display=swap');
/* CSS Document */
BODY {
	background: rgb(73,80,87);
	background: linear-gradient(0deg, rgba(73,80,87,1) 0%, rgba(52,58,64,1) 50%, rgba(33,37,41,1) 100%);
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	line-height: 1.6;
	text-align: left;
}
a, a:link, a:visited {
	color: #f4f4f4;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	background: #dd0001;
	color: #f4f4f4;
}
.headline {
	color: #8199a3;
	font-family: 'Mulish', sans-serif;
	font-size: 1.0625em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}
.date {
	color: #acb3b9;
	font-family: 'Arimo', sans-serif;
	font-style: italic;
}
.byline {
	color: #75808a;
	font-family: 'Arimo', sans-serif;
	font-style: italic;
}
blockquote {
	font-family: 'Petrona', serif;
}
p {
	font-size: 0.875em;
}
hr {
	background-color: #b3b3b3;
	color: #b3b3b3;
	border-width: 0;
	height: 2px;
	width: 88%;
}
table.page-menu {
	border-color: #111111;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
	max-width: 98%;
	padding: 10px;
	text-align: center;
	top: auto;
	width: auto;
	z-index: 0;
}
th, td {
	border-color: none;
	margin: 1px;
	padding: 3px;
	vertical-align: text-top;
}