body {background-color: white;}

div {
	background-color: blue; 
	opacity: 0.8;	
}

div {
	background-color: blue; 
	opacity: 0.8;	
}

img {
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  width: 200px;
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.dot {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 60%;
  display: inline-block;
}

}
/* unvisited link */
a:link {
  color: red;
}
/* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: gray;
}

/* mouse over link */
a:hover {
  color: yellow;
}

/* selected link */
a:active {
  color: red;
}
body {
  background-image: url("dpkps1coverfront.png");
  background-repeat: no-repeat;
  background-size: 1935px 995px;
}

figcaption {
  color: black;
}

body {
	color: black;
}

iframe{
    border-width: 4px;
}

.cascade1 {

	background-color: white;
}
/*Note: This is where the code from Dynamic Drive will be stored for any CSS*/

/***********************************************
* Document Text Sizer- Copyright 2003 - Taewook Kang.  All rights reserved.
* Coded by: Taewook Kang (http://www.txkang.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/