body {
  scrollbar-base-color: #345EC9;
  background-color: #345EC9;
  color: #345EC9;
  font-family: Arial;
}
ul, ol, li { 
  margin-top: 0; 
  margin-bottom: 0em; 
}

h1, h2 {
  font-size: 150%;
  margin-top: 0; 
  text-align: center;
}
span.underconst { 
  font-size: 112.5%;
  text-align: center;
}

div.mainNav {
  position: relative;
  left: 5px;  
  background-color: white;
  padding: 1% 2% 2% 2%; 
  margin: 1% 150px 15% 15%;  
  padding-bottom: 10%; 
 
}
div.navBar {
  color: white; 
  background-color:  #345EC9; 
  position: absolute; 
  left:10px;
  top: 10%;
  width: 150px;
  height: 100px;  
  border-width: 1px; 
}
span.description {
  position: relative; 
  color: #345EC9;
  background-color: white;
  font-size:50%;
  left: 20px; 
  top: -15px; 
}
a, a.visited {
  text-decoration: none; 
  color: #345ec9;
}
a.toolbar, a.subbar, a.subsubbar, a.subsubsubbar,a.subsubsubsubbar {   
  text-decoration: none; 
  ine-height: 125%;
  padding-left: 5px;
  border-width: 2px; 
  border-color: #225EFF; 
  border-style: solid; 
  width: 100%; 
  color: white;
  background-color: #345EC9;
}

a.subsubbar { 
 /* text-indent: 15px; 
  */padding-left: 15px; 
  color: #345ec9;
  background-color: white; 
}
a.subbar {
 /* text-indent: 10px; 
 */ padding-left: 10px; 
 /* color: #345ec9; 
  background-color: #9bcdff; 
*/
  color: white; 
  background-color: #003399;
}

a:hover.subsubbar {
  color: white;
  background-color: #345ec9;
}
a:hover.toolbar, a:hover.subbar {
  color: #345EC9;
  background-color: white;
}


