body{
  font-size: 1.25em;
  font-family: Garamond, serif;
  text-align: center;
  background-color: lightblue;
  color: grey;
  margin-left: 10%;
  margin-right: 10%;
}
main{
  clear: left;
  
  
  
}

nav{
  display:grid;
  place-content: center;
}


a {
 color: #0000FF 
}

h1, h2, h3, h4, h5, h6 {
 font-family: verdana, sans-serif; 
}

table, th, td {
border: 1px solid black;
}




ul {
  text-align: center;
  list-style-position: inside;
}

ol {
  text-align: center;
  list-style-position: inside;
}

nav ul {
  list-style-type: none;

}
/*Remove line breaks.*/
nav ul li {
 float: left;
 margin-right: 0.5em;
}

/*change the style of the links (<a>s). */
nav ul li a{
 text-decoration: none;
 color: white ;
 background-color: darkred;
 border: 2px solid #000000;
 padding: 0.25em 0.75em 0.25em 0.75em;
}

