ul {
  list-style-type: none;
  display: inline;
  width: 20%;
  
}
 li {
  font-size: 20px;
  display: inline;
  margin: 20px;
  font-family: "Times New Roman", Times, serif;
}
 .header {
  text-align: center;
  color: black;
  font-size: 30px;
  font-family: "Times New Roman", Times, serif;
  
}
.footer {
  color: black;
  text-align: center;
  font-size: 15px;
  font-family: "Times New Roman", Times, serif;
}
div.imagetext {
 background-color: #90CCF7;	
 text-align: center;
 font-size: 20px;
 font-family: "Times New Roman", Times, serif;
 font-weight: bold;
}
p.content{
 font-size: 30px;
 text-align: left;
 color: black;
 font-family: "Times New Roman", Times, serif;
}
div.paragraph{
margin: auto;
width: 50%;
padding: 0px;
	
}

h2.notes{
 text-align: center;	
 color: black;
 font-size: 30px;
 }
 

