body {
  padding-left: 2em;
  padding-right: 2em; 
  font-family: "Times New Roman";
  color: #000033;
  background-color: #dddddd }
 
/* column layout */ 
#leftcontent {
	position: fixed;
/*	left: 10px; */
/*	top: 10px;  */
	/* width: 20em; */
}

#centercontent {
	position: relative;
	top: 50px;
	margin-left: 15em;
	margin-right: 2em;
	
} 

h1 {
  font-size: 1.5em;
  text-align: center;		
} 

p {
  font-size: 1.2em;
}

p.name {	/* used in people.html */
  font-size: 1.1em;
  font-weight: bold;
  padding: 0;
}

span.about_person {  /* all the other info in people.html */
  font-weight: normal;
  position: relative;
  left: 1em;
} 

#notes {	/* for comments and notes to myself */
  font-size: 1em;
  font-style: italic;
}

#normal_font {   /* normal-size font; P is larger than normal */
  font-size: 1em;
}

#small_font {  /* used for comments and instructions on the forms */
  font-size: 1em;
} 

#article_display {  /* display the results of searches */
  font-size: 1em;
  position: relative;
  left: 3em;

}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em; 
/*  left: 1em; */ 
  width: 12em; 
  border-right: ridge;
  border-left: ridge;
}
  
	
ul.navbar li {
  background: white;
  margin: 0.5em;
  padding: 0.3em;
  border-right: ridge;
  border-left: ridge;
}

ul.navbar li.inactive {
  background: #dddddd;  
}

ul.navbar li:hover { background: #eeeeee; }
ul.navbar li.inactive:hover {
  background: #dddddd; /* do not change if link is inactive */
}  

ul.navbar a {
  text-decoration: none;
  font-size: 1.3em;
}

ul.navbar a:link { color: #000033;}

#inactive_link {	/* on the navigation menu */
  font-size: 1.3em;
}  
    
address {
  color: black;
  margin-top: 30em;
  padding-top: 1em;
  padding-left: 1em;
}
  
 