body {
	background: #000000;
	color: white;
	text-align: center;
	
}

.scroller { scrollbar-color: #990000;
}
div { 

}

div div {
	
}

div div div { 
}

#page {
	width: 90%;
	margin: auto;
	
}

	#header {
		width: 97.9166666666667%;
		height: 40px;
	}

	#contentArea {
		width: 97.9166666666667%;
	}

	p {
		clear: both;
	}

	#picArea {
		width: 100%;
		margin: 10em auto;
	
	}

	.resources {
		/*max-width: 100%;*/
		height: 200px;
		background-color: #003300;
		display: inline-block;
		 overflow-y: scroll;
  scrollbar-color: #4c0069;
		
	}
	
	ul {
  list-style-type: none;
  margin-bottom: 5px;
  margin-left: 420px;
  padding: 0;
  overflow: hidden;
  width: 340px;
  background-color: #000;
  border-bottom:2px double #762c92;
}

li {
  float: left;
  border-right: 1px solid #bbb;
  font-size: 15px;
}

li a {
  display: inline-block;
  padding: 8px;
   color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


li:last-child {
  border-right: none;
}

		li a:hover, .dropdown:hover .dropbtn {
  background-color: #990000;
}

/*dropdown css*/

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:    #000000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #330099;}

.dropdown:hover .dropdown-content {
  display: block;
}
 
/*page content*/
		
		#b1 {
  width: 1200px;
  min-width: 10%;
  height: 1400px;
  background-image: url("https://64.media.tumblr.com/b65b3beaa10217a361f979693b38fd1c/16c897642bf1dac7-79/s2048x3072/38498a297f92b66181c153e5f1b6f2a48a5f48a7.png");
  background-color:  #17202a;
  font-size:12px;
   border:7px   #9900CC double;
  font:times;
  color:white;
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
  }
		

		b.one {text-decoration: underline;
	
		}

.hone {
	 font-family: "EB Garamond", serif;
  font-size: 20px;
  color: #9933CC;
}


.button {
  background-color: black;
   border: 2px dotted #762c92;
  color: white;
  padding: 10px 26px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  font-family: "EB Garamond", serif;
  display: inline-block;
  font-size: 20px;
  margin: -20px;
  transition-duration: 0.6s;
  cursor: pointer;
}

.button:hover {
  background-color:  #aed6f1;
  color: white;
}	

.hOne { text-align: center;
font-size: 20px;
text-decoration: underline;
}

.updates {text-align: center;
             margin: -10px;
			 color: #9999FF;


}



.gameinfo { 
	width: 100%;
	height: 410px;
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
	border-bottom: 2px dotted   #880e4f;
	border-top: 2px dotted   #880e4f;
background-color:  rgba(0, 0, 0, 0.60);
}

.warnings
{width: 100%;
height: 320px;
text-align: center;
font-size: 17px;
margin-top: -75px;
	margin-bottom: 20px;
	border-bottom: 2px dotted   #880e4f;
	background-color:  rgba(0, 0, 0, 0.60);}

.credits
	{
	width: 100%;
	height: 350px;
	text-align: center;
	font-size: 17px;
	margin-top: -20px;
	border-bottom: 2px dotted   #880e4f;
background-color:  rgba(0, 0, 0, 0.60);
}


table, td, th
{ text-align: center;
color: white;
padding: 2px;
}

div.scrolltable {
    width: 260px;
    height: 290px;
    margin-left: 20px;
    padding: 0;
    overflow-y: scroll;
	border-left: 2px dotted #880e4f;
}

div.scrolltable2 {
    width: 260px;
    height: 290px;
    margin-left: 20px;
    padding: 0;
    overflow-y: scroll;
	border-left: 2px dotted #880e4f;
}

div.scrolltable3 {
    width: 260px;
    height: 290px;
    margin-left: 20px;
    padding: 0;
    overflow-y: scroll;
	border-left: 2px dotted #880e4f;
	
}

div.scrolltable4 {
    width: 260px;
    height: 290px;
    margin-left: 20px;
    padding: 0;
    overflow-y: scroll;
	border-left: 2px dotted #880e4f;
	
}



table
{ width: 100%;
margin-top: -70px;
}



		#footer {
			clear: both;
			font-size:14px;
  font:times;
  color:white;
		}
		
		p.one {font-size: 12px;
		}

/* unvisited link */
a:link {
  color:  #00CC99;
}

/* visited link */
a:visited {
  color: #ff00ff;
}

/* mouse over link */
a:hover {
  color: #abb2b9;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: blue;
  text-decoration: underline;
} 




.questions { font-size: 15px;
font-family: "Georgia", serif;
}

ul { text-align: left;
}

b.one { font-variant: small-caps;
color: #ffff99;
}

b.two { font-variant: small-caps;
font-size: 18px;
font-family: "Georgia", serif;
color: #ffff99;
}