BODY {
   background-color: indigo;
   font-size: 16pt;
   font-family: Trebuchet, Arial, sans-serif;
}

H1.title {
   color: black;
   text-shadow: 0 0 2px white;
   letter-spacing: .25em;
}

.outline-2 {
   background-color: white;
   padding: 1em;
   border-radius: 1em;
   margin: .5em auto;
   width: 80%;
   overflow: auto;
}

#postamble {
   display: none;
}

.figure {
   padding: 0;
}

.figure img{
   width: 320px;
   height: 240px;
   float: left;
   margin: .4em 1em;
}

.figure img:hover{
   width: auto;
   height: auto;
   position: relative;
}

UL LI {
   margin: 1em;
}

#table-of-contents H2
{
   display: none;
}

#table-of-contents{
   background-color: lightgrey;
   width: 80%;
   border-radius: 1em;
   padding: .1em;
   margin: .1em auto;
}

#table-of-contents UL{
   overflow: auto;
   list-style: none;
   padding: 0;
   margin: 0;
   text-align: center;
}

#table-of-contents UL LI{
   display: inline-block;
   font-size: .5em;

}

#table-of-contents UL LI UL {
   display: none!important;
}