body {
	font-family: 'Arial';
	background-color: whitesmoke;
	font-size: smaller;
}

header {
	margin-bottom: 3em;
}

header, nav ul {
	text-align: center;
}

#page-wrap {
     width: 54em;
     margin: 0 auto;
}

nav {
	font-size: larger;
	margin-bottom: 2em;
}

nav li {
	display: inline;
	margin-right: 7em;
}

a:link    {
	color: black;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: black; 
	background-color: transparent; 
	text-decoration: none;
}
a:hover {
	color: #D40A26; 
	background-color: transparent; 
	text-decoration: none;
}
a:active {
	color: green; 
	background-color: transparent; 
	text-decoration: underline;
}

section {
	background-color: white;
	padding: 0.1em 1.5em 2em 1.5em;
	margin-bottom: 2em;
}

hr {
	margin-top: -0.8em;
}

section a:link {
	text-decoration: underline;
}
section a:visited {
	background-color: transparent; 
	text-decoration: none;
}

h4 {
	-webkit-margin-after: 1em;
}

.margin-before {
	-webkit-margin-before: 2em;
}

.fa, 
footer a:link, 
footer a:visited, 
section a:visited, 
section a:link {
	color: #D40A26;
}

table {
	border-spacing: 0px;
	width: 100%;
}

td {
	padding: 0.6em;
}

footer a:hover {
	color: red;
	text-decoration: underline;
}

#editorial tr:nth-child(odd) {
   background-color: whitesmoke;
}

#editorial tr:nth-child(even) {
   background-color: #dcdcdcb3;
}

#website li {
	margin-top: 1em;
}

.howtovideos {
	margin-top: -1.5em;
}

.howtovideos h4 {
	font-style: italic;
}

.howtovideos span {
	display: inline-table;
	padding: 1em;
}

