body {
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
	color: #777;
}

header {
	background-color: #0A043C;
	color: #fff;
}

span.site_logo_text {
	color: #fff;
	font-family: Rockwell, Courier Bold, Courier, Georgia, Times, Times New Roman, serif;
}

img.site_logo {
	height: 72px;
}

header a.nav-link {
	color: #fff;
}

header a:hover.nav-link {
	color: #fff;
}

p {
	white-space: pre-wrap;
}

h1 {
	color: #03506F;
}

.answer {
	color: #BBBBBB;
}

h2, h3 {
	padding-top: 2rem;
	color: #BBBBBB;
}

img.main-img {
	width: 100%;	
}

footer {
	background-color: #FFE3D8;
	color: #000;
}

footer a.nav-link {
	color: #333;
}

footer a:hover.nav-link {
	color: #000;
}

cite, cite a, cite a:hover {
  color:#abc;
  text-decoration: none;
}


/* CSS HEX 

0A043C

03506F

BBBBBB

FFE3D8


*/
