body{
  background-color: #1e76a8;  
  
}




.titleBar{
 font-family: Trebuchet, sans-serif; 
 color: #ed9a34;
 font-weight: bolder;
 text-decoration: underline;
 text-align: center;
 text-shadow: 4px 0px #0f5d8a;
  
}

.contentsBar{
  font-family: Trebuchet, sans-serif; 
 color: #ed9a34;
 font-weight: bolder;
 text-decoration: underline;
 text-align: center;
 text-shadow: 4px 0px #02334f;
   
  
}

.textPara{
 background-color: #0f5a85;
 color: #c7eaff;
 font-family: monospace;
 width: 60%;
 margin: auto;
 text-align: center;
 border-style: ridge;
 border-width: 8px;
 border-radius: 4px;
 border-color: #3d9cd4;
 font-size: 16px;
 margin-bottom: 6px;
 margin-top: 6px;
  
}

.tableImages {
width: 100px;
  background-color: inherit;
  
}

table, tr, td {
 text-align: center; 
 font-family: sans-serif;
 font-weight: bolder;
   margin: auto;
   border-style: solid;
   border-color: #071629;
   border-radius: 8px;
   color: #071629;
   background-color: #135e8a;
  
}

.titlePageButton {
  color: #fc9542;
  background-color: #b5570b;
  border-style: outset;
  border-color: #f4740b;
  border-radius: 4px;
  padding: 2px;
  width: 6%;
  font-family: sans-serif;
  text-decoration: none;
  text-align: center;
  
  
  
}

 .titlePageButton:hover{
  color: #fbd5b7;
  background-color: #f4903e;
  border-style: outset;
  border-color: #fde2ce;
  border-radius: 4px;
  padding: 1px;
  width: 4%;
  font-family: sans-serif;
  text-decoration: none;
  text-align: center;
  
  
  
}




.pageBG {
 background-color: #1b6a98;
 width: 80%;
 height: 100%;
  margin: auto;
   border-radius: 10px;
   text-align: center;
  
}



.contentsBG{
 text-align: center; 
 background-color: #10557d;
 width: 40%;
 margin: auto;
 border-radius: 25px;
  
}

.navBar{
 background-color: #1b6a98;
 width: auto;
 text-align: center;
   border-radius: 10px;
 
  
}

.towerTableBG {
   text-align: center; 
 background-color: #10557d;
 width: 40%;
 margin: auto;
 border-radius: 25px;
  
}

.imageStyle {
  width: 350px;
  margin: auto;
  margin-right: 7px;
  border-style: outset;
  border-color: #3d9cd4;
  border-width: 7px;
  border-radius: 9px;

  
}

.navBarItem {
   text-decoration: none; 
    font-family: monospace;
 font-weight: normal;
 text-align: center;
 color: #bae5ff;
  
}
.navBarItem:hover {
   text-decoration: none; 
    font-family: monospace;
 font-weight: bolder;
 text-align: center;
 color: #009fff;
  
}

.navBarItem:visited {
   text-decoration: underline; 
    font-family: monospace;
 font-weight: normal;
 text-align: center;
 color: #85b1cc;
  
}


