a{
	color:rgb(76, 70, 60);
	text-decoration:none;
}
a:visited{
	color:rgb(76, 70, 60);
	text-decoration:none;
}
li{
    padding:7px;
}
body{
  padding:0px;
  margin:0px;
  border:0px;
  background-color: rgb(15, 14, 13);
  background-image:url("Imgs/Ruins01.png");width:100%;background-size:cover;background-attachment:fixed;background-position:bottom center;
  font-family: 'Play', sans-serif;
}

header{
  position: relative;
  margin:0px;
  border:0px;
  padding:0px;
  background-image:url("Imgs/ULM_base_bombfist0.png");background-repeat:no-repeat;background-size:cover;background-position:top;
  min-height:420px;
  width:100%;
  /*text-shadow:0px 0px 10px #FFFFF9;*/
  color: rgb(216, 210, 200);
  text-align:bottom left;
  /*letter-spacing: 9px;*/
}
.TL_header{
  float: right;
  padding: 10px;
  color: rgb(204, 203, 195);
}
.TL_footer{
  padding:3em;
}
.BR_header{
  position:absolute;
  width:15%;
  padding: 2em;
  color: rgb(255, 253, 249);
  font-size:0.7em;
  font-style:italic;
  font-family:Times;
  bottom:0em;
  right:0em;
}
main{
  background-color: rgba(156, 155, 152, 0.70);
  min-height:200px;
  min-width:320px;
  margin:0px;
  border:0px;
  padding:0px;
}
.main_block{
   width:86%;
   margin-left:7%;
   padding:10px;
   padding-top:0px;
   padding-bottom:0px;
   font-size:1.3em;
   font-family: sans-serif;
   background-color: rgba(136, 135, 133, 0.80);
   box-shadow: 3px 0px 3px #444;
}
.section_block{
    background-color: rgba(249,245,240,.94);
    padding:45px;
    box-shadow:3px 0px 3px #444 inset;
}

.chapter_block{
  font-family:sans-serif;
}
.h1_toc{
	margin:auto;
	text-align:center;
	margin-top: 0.7em;
	font-size: 4.3em;
	margin-bottom:1.0em;
}

h1{
    margin-bottom:1em;
    display:inline-block;
    font-size:3em;
}
h2{
    margin-top:1em;
    margin-bottom:1em;
    display:inline-block;
    font-size:2em;
    /*height:1em;*/
}
footer{
  text-align:center;
  position: relative;
  margin:0px;
  min-height:420px;
  width:100%;
  color: rgb(216, 210, 200);
}
.img_block{
    margin-top:2em;
    margin-bottom:1em;
}
.img_block_mini{
    margin-top:1em;
    margin-bottom:1em;
}
.img_block_sbs{
  margin-top:2em;
  margin-bottom:1em;
  margin-left:2em;
  display:inline-block;
  width:45%;
}
.img_cap{
    margin-top:0.7em;
    font-size:0.7em;
}

.chap_block{
	width: 79%;
	margin:auto;
	margin-top:0.3em;
	margin-bottom:0.3em;
	padding:1.0em;
	background-color: rgba(249,249,245,.94);
	box-shadow: 2px 2px 3px white inset;
	border-bottom:solid;
	border-right:solid;
	border-width:1px;
	border-color:#222222;
	font-size:2em;
}
.next_block{
	width: 33%;
	text-align:center;
	margin:auto;
	margin-top:2.0em;
	margin-bottom:0.6em;
	padding:0.5em;
	background-color: rgba(249,249,245,.94);
	box-shadow: 2px 2px 3px white inset;
	border-bottom:solid;
	border-right:solid;
	border-width:1px;
	border-color:#222222;
	font-size:1.5em;
}