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

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;
		
	}

		
 

		
		#b1 {
			margin-top:50px;
  width: 900px;
  min-width: 10%;
  height: 800px;
background-image: url("https://64.media.tumblr.com/a4448496ecababa2ef99e44e7a3db889/7bd93c546fd17bbb-67/s1280x1920/3f8cd0b5edcc3dd3cd90a1ec8f40b73ae746c2e8.png");
  background-color: rgba(0, 0, 0, 0.65);
  font-size:12px;
   border:5px #00bc25 double;
  font:times;
  color:white;
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
  }
		

		b.one {text-decoration: underline;
	
		}

.hone {
	 font-family: "Sofia", sans-serif;
  font-size: 20px;
}


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

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

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

.disclaimer
{background: rgba(0, 0, 0, 0.60);
width: 600px;
margin-left: 50px;
	font-family: 'Courier New', monospace;
text-align: center;}

h1 {text-align: center;
font-size: 30px;
}

.sitelinks { 
	width: 700px;
	height: 500px;
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 90px;
	border: 2px dotted #04AA6D;
background-color:  rgba(0, 0, 0, 0.60);
  scrollbar-color: #00ff80;
}


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

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:  #1e88e5;
}

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

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

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

/*dropdown css*/

.dropdown {
  position: relative;
  display: inline-block;
}

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

.dropdown:hover .dropdown-content {
  display: block;
}

.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;
}