
body {
	z-index: 10;
	background-color: #B0BF40;
	color: #e3e3e3;
	padding: 4;
}

a:visited {
	text-decoration: underline;
	color: #5798c7;
}
a:link {
	text-decoration: underline;
	color: #5798c7;
}
a:hover {
	text-decoration: underline;
	color: #b83d6d;
}
a:current {
	text-decoration: underline;
	color: #e3e3e3;
}
a:active {
	text-decoration: underline;
	color: #ffc824;
}


div.heading {
	z-index: 10;
	color: #cccccc;
	height: 10vh;
}

span.tab {
	position: relative;
	z-index: 98;
	border-width: 3px;
	border-style: outset;
	border-color: #3f6020;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	height: 40px; 
	background-color: #3f6020;
	color: #face37;
}


body {
	font-family: 'Montserrat';
}

span.strike {
	font-style: oblique;
	font-weight: bold;
	text-decoration: line-through;
	text-decoration-color: #000000;
	color: #3f6020;
}


div.align_left {
	text-align: left;
}
div.align_center {
	text-align: center;
}

span.mag1 {
	font-size: 130%;
}
span.mag2 {
	font-size: 160%;
}
span.mag3 {
	font-size: 200%;
}
span.mag4 {
	font-size: 300%;
}
span.mag5 {
	font-size: 400%;
}

span.hilight {
	font-weight: bold;
	background-color: #1d583c;
	color: #ffc824;
}

@font-face {
	font-family: 'scribe';
	src: url("resources/fonts/michv2.otf");
}



div.anchor_block {
	position: relative;
	z-index: 20;
	border-width: 2px;
	border-color: #ffffff;
	border-style: hidden;
	padding: 1%;
	padding-bottom: 15%;
}
div.anchor_left {
	position: relative;
	border-width: 2px;
	border-color: #ffffff;
	border-style: hidden;
	float: left;
	z-index: 20;
}
div.anchor_right {
	position: relative;
	border-width: 2;
	border-color: #ffffff;
	border-style: hidden;
	float: right;
	z-index: 20;
}

div.navigation_container {
	position: relative;
	border-width: 3px;
	float: right;
	top: 0;
	z-index: 99;
	color: #e3e3e3;
}
div.navigation {
	position: relative;
	border-width: 3px;
	border-style: outset;
	border-color: #3f6020;
	top: 0;
	z-index: 99;
	background-color: #3f6020;
	color: #e3e3e3;
}



div.blurb_page {
	position: relative;
	outline-width: 4px;
	outline-style: dashed;
	outline-color: #f0e9d1;
	margin-bottom: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #f0e9d1;
	color: #000000;
	z-index: 1;
}
div.blurb_title {
	position: relative;
	text-align: center;
	padding: 4px;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-color: #3f6020;
	color: #cccccc;
	font-size: 36px;
	font-family: 'scribe';
	z-index: 2;
}
div.blurb_body {
	position: relative;
	border-width: 2px;
	border-style: none;
	border-color: #000000;
	margin-bottom: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #f0e9d1;
	color: #000000;
	z-index: 1;
}

div.blurb_main {
	font-size: 16px;
}

div.blurb_footer {
	color: #000000;
	font-style: oblique;
	font-size: 11px;
}

code {
	color: #cecece;;
	background-color: #272727;;
	font-weight: normal;
	font-stretch: ultra-condensed;
	overflow-x: auto;
	display: block;
	width: 100%;
	font-size: 1rem;

}




