body,
p {
	color: #f8e7a3;
}

a,
a:visited {
  color: #db0000;
}

a:hover {
  color: #db0000;
}

h1,
h2,
h3 {
	color: #f8e7a3;
}

#contentBackground {
	background: transparent;
}

#sideWrapper {
	background: #f8e7a3;
	color: #f8e7a3;
}

#sideWrapper h1,
#sideWrapper h2,
#sideWrapper h3,
#sideWrapper p {
	color: #f8e7a3;
}

#sideWrapper div[id^="app_content"] a,
#sideWrapper div[id^="app_content"] a:visited {
	color: #f8e7a3;
	opacity: 0.5;
}

#sideWrapper div[id^="app_content"] a:hover,
#sideWrapper div[id^="app_content"] a:focus {
	opacity: 0.8;
}

#footerWrapper,
#footerWrapper p {
	color: #f8e7a3;
}

#footerWrapper a,
#footerWrapper a:visited {
	color: #f8e7a3;
	opacity: 0.5;
}

#footerWrapper a:hover,
#footerWrapper a:focus {
	opacity: 0.8;
}

.main_background {
	background: #f8e7a3; /* mobile buttons */
}

.contrast_background {
	background: #740609;
}

.mainlevel .contrast_background {
	background: #f8e7a3;
}

.highlight_colour {
	color: #db0000;
}

#headerStrip {
	background: #740609;
}

.main_colour {
	color: transparent;
}

.mainlevel,
a.mainlevel{
	color: #f8e7a3;
}

.position1 {
	background: #f8e7a3;
}

.position2 {
	background: #f8e7a3;
}

.position3 {
	background: transparent;
}

.mobile_button:hover {
	background: #740609;
	color: #f8e7a3;
}