body{
  background-color: #EEE;
}
h1{
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid black;
  margin-bottom: 5px;
  background-color: white;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul{
  margin: 20px 20px 20px 30px;
}

ul ul{
  list-style-type: disc;
  margin: 0px 0px 0px 30px;
}

li{
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid black;
  width: 50%;
  background-color: white;
}
li li{
  padding: 0;
  margin-bottom: 0px;
  margin-top: 5px;
  border: none;
  width: 100%;
}

.main {
  font-weight: bold;
}

.name {
  font-size: 1.05em;
}
