	/* Stylesheet for links side bar */
body {
  padding-left: 0;
  font-family: Georgia, "Times New Roman",
        Times, serif;
  color: black;
  background-color: #acadaf}

td.NavCell {
	border-style: none;
	border-width: 0;
	border-color: black;
}

ul.NavBar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
 
  }

ul.subNavBar {
  list-style-type: none;
  padding: 0;
  margin-left: 1.5em;
  position: relative;
  }


h1 {
	color: white; 
	background-color: #ec2427; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 3 em; 
	letter-spacing: .5 em;
	text-align: center}
	
ul.NavBar li{
  background-color: red;
  margin: .25em;
  padding: 0;
  border-style: solid; 
  text-align: center;
  font-size: 16;
  font-weight: bold;  
   }
  
ul.subNavBar li {
  background-color: white;
  margin: 0;
  padding: 0;
  border-style: none  
  }
  
A:link {text-decoration: underline; color: black;}
A:visited {text-decoration: underline; color: black; }
A:active {text-decoration: underline; color: black;}
A:hover {text-decoration: underline; color: blue;}