a {
  text-decoration: none;
}



code {
  font-family: monospace; 
  font-weight: bold;
}


dd {
  margin-top: 1ex;
}


dl {
  margin-top: 1ex;
}


dt {
  margin-top: 1ex;
}





div.slide_body {
  margin-left:        1em;
  margin-top:         4px;
}


div.slide_title {
  background-color: #C2A14D;
  color:            #450084;
  font-size:        4vh;
  height:           5vh;
  margin-top:       0px;
  text-align:       left;
  width:            100%;
}



em.gray {
    color: #999999;
    font-style: normal; 
}


em.gold {
    color: #C2A14D;
    font-style: normal; 
}


em.purple {
    color: #450084;
    font-style: normal; 
}


font.mathtimes {
  font-family: serif; 
  font-style: italic;
}



p {
  margin-top: 1ex;
}


pre.code {
  background-color: #EEEEEE; 
  font-family:  monospace; 
  font-size:    smaller;
  margin-left:  2ex; 
  margin-top:   1ex; 
  border-style: solid; 
  border-width: 2px;
  border-color: #EEEEEE;
  padding:      6px;
}



span.credit {
    font-family: sans-serif;
    font-size: 8pt;
}



td {
  font-size: smaller; 
  font-weight: normal;
  margin-top: 1em;
  padding: 10px;
}




tr {
  font-size: 100%; 
  font-weight: normal;
}




table {
  font-size: 100%; 
  font-weight: normal;
}







li {
  margin-bottom:  1ex; 
  margin-top:  1ex; 
}




ol ul {
  font-size: smaller; 
}


ul ol {
  font-size: smaller; 
}


ul ul {
  font-size: smaller; 
  list-style: none;
}


ul ul li {
  margin-bottom:  2ex; 
  margin-top:  2ex; 
}



@media print { 

    .nonprinting {
        display: none;
     }

    .printonly {
        display: inline;
    }
}
