body {
	background: #0080ff;
	background-image: url("https://64.media.tumblr.com/977953fbb0d896782eef4f2556dfbb75/88ab36a642ed38f3-7c/s2048x3072/68d0d160ab7a8e5293dd93bcb3611886c03b56be.png");
	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;
  scrollbar-color: #4c0069;
		
	}

		
 

		
		#b1 {
  width: 850px;
  min-width: 10%;
  height: 910px;
  background-image: url("https://64.media.tumblr.com/991bc20514820def7fef8415acef7952/65462e7c639ad316-4c/s1280x1920/c27a49ae6852467215219df097dd9f98ffb198b8.png");
  background-color: rgba(0, 0, 0, 0.65);
  font-size:12px;
   border:5px #7300e6 double;
  font:times;
  color:white;
  text-align: center;
  margin-bottom: 15px;
  overflow-y: scroll;
  scrollbar-color: #4c0069;
  }
		

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



.sitelinks { 
background-image: url("https://64.media.tumblr.com/8342f05cc15fb83f14d74b12fa15ff7a/65462e7c639ad316-78/s1280x1920/e1529c6c8aeabf2ed775c92fe198d820873cd748.png");
	width: 670px;
	height: 300px;
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 85px;
	border: 2px dotted #04AA6D;
background-color:  rgba(0, 0, 0, 0.60);
overflow-y: scroll;
  scrollbar-color: #00ff80;
}

.sitelinks2
	{
		background-image: url("https://64.media.tumblr.com/8342f05cc15fb83f14d74b12fa15ff7a/65462e7c639ad316-78/s1280x1920/e1529c6c8aeabf2ed775c92fe198d820873cd748.png");
	width: 670px;
	height: 300px;
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 85px;
	border: 2px dotted #04AA6D;
background-color:  rgba(0, 0, 0, 0.60);
overflow-y: scroll;
  scrollbar-color: #00ff80;
}

.sitelinks3
	{
		background-image: url("https://64.media.tumblr.com/8342f05cc15fb83f14d74b12fa15ff7a/65462e7c639ad316-78/s1280x1920/e1529c6c8aeabf2ed775c92fe198d820873cd748.png");
	width: 670px;
	height: 300px;
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 85px;
	border: 2px dotted #04AA6D;
background-color:  rgba(0, 0, 0, 0.60);
overflow-y: scroll;
  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;
}