body {
  background-image: url("indexBackground.jpg");
  font-family: serif;
}
ul.menu {
  list-style-type: none;
  padding: 0.5em;
  margin: 0;
  background-color: black;
  color: white;
  font-size: 1.5em;
  text-decoration: none;
}
li.menuList {
  padding-right: 5em;
  display: inline;
}
li.menuList a {
  color: white;
  text-decoration: none;
}
img.MyPic {
  float: left;
  padding: 0.5em;
  height: 28em;
  width: 21em;
}
div.academics {
  padding: 0;
}
div.academics h2 {
  padding-top: 0;
  padding-bottom: 0;
}
table.academicsTable {
  border: solid 1px;
  border-color: black;
  font-size: large;
  border-collapse: collapse;
}
table.academicsTable td,
th {
  border: solid 1px black;
  padding: 0.5em;
}
table.academicsTable th {
  color: white;
  background-color: rgb(41, 45, 47);
}
div.experience {
  padding: 3em;
  padding-top: 0;
}
div.experience h2 {
  padding-top: 0;
  padding-bottom: 0;
}
table.experienceTable {
  border: solid 1px;
  border-color: black;
  font-size: large;
  border-collapse: collapse;
}
table.experienceTable td,
th {
  border: solid 1px black;
  padding: 0.5em;
}
table.experienceTable th {
  color: white;
  background-color: rgb(41, 45, 47);
}
