body{
  background-color: #5353c6;
}

.headDiv {
  background-color: GreenYellow;
  color: DarkRed;
  border-style: solid;
  border-color: DarkGreen;
  border-width: 3px;
  padding-left: 8px;
  text-shadow: 1px 1px GhostWhite;
}

.headDiv h2{
  text-align: center;
  text-decoration: underline;
  text-shadow: 2px 1px DarkSlateGray;
} 

.boxDiv{
  background-color: LightCoral;
  border: solid;
  border-color: DarkRed;
  border-width: 2px;
  margin: 5px 0px 5px 0px;
  padding-left: 10px;
  border-radius: 25px;
  clear: left;
  overflow: auto;
  text-shadow: 1px 1px GhostWhite;
}

.boxDiv h3{
  text-align: center;
  text-decoration: underline;
  text-shadow: 1px 1px GhostWhite;
  color: DarkGreen;
  margin: 18px 0px -1.7em 2px;
}

.boxDiv img{
  float: left;
  margin: 0px 15px 15px 2px;
}

.boxDiv a:link, a:visited{
  margin: 10px 0px 0px 10px;
  text-shadow: 1.5px 1px GhostWhite;
  text-decoration: none;
  color: Black;
  border-style: solid;
  border-width: 2px;
  border-color: DarkGreen;
  padding: 3px 8px;
  text-align: center;
}

.boxDiv a:hover, a:active {
   background-color: DarkGreen;
   color: white;
   text-shadow: 1.5px 1.5px Black;
}

.listDiv{
  background-color: GhostWhite;
  margin: 15px;
  padding: 2px 5px 2px 20px;
  border: 2px Dashed Navy;
  outline: 5px Solid Navy;
  outline-offset: 3px;
  text-shadow: 1px 1px CornflowerBlue;
}

.listDiv h4{
  text-decoration: underline Black;
  text-shadow: 1px 1px Red;
}

.listDiv b{
  text-shadow: 1px 1px Red;
}

.tableDiv table{
  text-align: center;
  margin: 10px 0px;
  border-collapse: collapse;
  border: 4px solid;
  text-shadow: 1px 1px YellowGreen;
}

.tableDiv th{
  text-shadow: none;
  color: White;
  background: CornflowerBlue;
  height: 30px;
  border: 2px solid Black;
  padding: 2px;
}
.tableDiv td{
  width: 200px;
  height: 25px;
  border: 2px solid Black;
  padding: 2px;
}

.tableDiv tr:nth-child(even) {
  background: YellowGreen;
  text-shadow: 1px 1px GhostWhite;
}

.tableDiv tr:nth-child(1) {
  border: 3px solid;
}

.lowerDiv{
  font-family: "Monotype Corsiva";
  font-size: 18.5px;
  background-color: GhostWhite;
  margin: 7px;
  border: 1px solid;
  padding: 0px 10px;
}

.redShadow{
  text-shadow: 1px 1px Red;
}