body {
	background-color: black;
	color: white;
}

h1 {
	font-size: 4em;
}


h1, h2, h3, h4, h5, h6 {
	color: red;
}

li {
	color: white;
}

p {
  color: white;
  font-family: courier;
  font-size: 120%;
}

.centercard {
  margin: auto;
  width: 530px;
  border: 3px solid red;
  padding: 10px;
}

.oldFiltered {
	/* This looked good in PaleMoon but ugly in other browsers */
	filter: contrast(150%) grayscale(100%) sepia(100%) saturate(1000%) hue-rotate(-45deg)  brightness(50%);
	background-image:  url('../images/circuits_750_18019-1568x1047.jpg');
}

.filtered {
	/* This looked good in PaleMoon but ugly in other browsers */
	filter: contrast(150%) grayscale(100%) sepia(100%) saturate(1000%) hue-rotate(-45deg)  brightness(40%);
}

.headercontainer {
	width:75%;
	background-color: #660000;
	margin-left:12.5%
}

.header {
	background-color:#660000;
	position:relative;
	width: 100%;
	height: 425px;
}

.header::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 425px;
}

.header-inside {
	position:relative;
	margin:auto;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
}

.sectiontitle{
	position:relative;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: 'Courier New', Courier, monospace;
	color: #660000;
}

.header-inside a:link, 
.header-inside a:visited, 
.header-inside a:active {
	background-color: #000000;
	color:#ff0000;
	font-weight: bold;
	text-decoration: none;
} 

.header-inside a:hover {
	background-color: #666666;
	color:#ff0000;
	font-weight: bold;
} 

.contentcontainer {
	margin-left:12.5%;
	width: 75%;
}


/* Inside the contentcontainer */
.content {
	margin: 20px;
	font-family: 'Courier New', Courier, monospace;
}

.content blockquote {
	border-left: 2mm solid #990000;
	color:#660000;
	font-style: italic;
	padding-left: 10px;
}

.content a:link, 
.content a:visited, 
.content a:active {
	color:#ff0000;
	text-decoration: underline;
} 

.content a:hover {
	color:#999999;
	text-decoration: none;
} 

.footer {
	width:75%;
	background-color:#660000;
	margin:auto;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
	color: #ffffff;
}

.footer a:link, 
.footer a:visited, 
.footer a:active {
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
} 

.footer a:hover {
	background-color: #666666;
	color:#ffffff;
	font-weight: bold;
} 

.blogList {
	width:75%;
	margin: auto;
}

.blogListYears {
	padding-left: 15px;
	color: #000000;
}

.blogListArticles {
	color: #000000;
}

