* {
  box-sizing: border-box;
}

@media not screen {
    * { background-color: white; }
}

@media screen {
    * { background-color: azure; }
}

div.summaries {padding: 10px;}
p {margin-top: 5px; margin-bottom: 5px; }

h1,h2,h3,h4,h5 { font-family: sans-serif; color: midnightblue; margin-top: 10px; margin-bottom: 10px; } 
h1 {  font-size: 150%; font-variant: small-caps; }
h2 {  font-size: 115%; }
h3 {  text-align:left; font-size: 120%; }
h4 {  font-size: 105%; }
h5 {  font-size: 100%; }
h6 {  font-size: 100%; }
h7 {  text-align:center; font-family: sans-serif; font-size: 90%; }

a:link { color:blue; text-decoration: none}
a:visited { color:midnightblue; text-decoration: none}*/
a:hover { text-decoration: underline }

ul { list-style-type: square; }
li { margin-top:1em; margin-bottom:1em; padding:0em; }

footer.ltx_page_footer {
    display: none;
}