@media print {
   h1, div.slide { 
      page-break-before: always; page-break-inside: avoid; 
   }
}

body {
   font-family: sans-serif; /* so that entities come out ok */
}

h1 { 
    border-bottom-style: double;
    border-bottom-color: #00008B /* darkblue */;
    border-bottom-width: thick; 
    clear: both; 
}

h1, h2, h3, h4 {
    font-family: "Gill Sans MT", "Gill Sans", GillSans, sans-serif;
}

pre {
   clear: none;
   margin-top: 0.25em;
   background-color: #FFFACD /* lemonchiffon */;
   border-color: #00008B /* darkblue */;
   border-left-width: 0.25em;
}

p.sideimage {
    width: 10em;
    margin-right: 2em;
    float: left;
}

p.sideimage img {
   width: 100%;
}

p.halfimage {
    margin-top: 0em;
    width: 40%;
    margin-right: 2em;
    float: left;
}

p.halfimage img {
   width: 100%;
}

p.fullimage img {
   width: 90%;
}

@media print { p.fullimage {
    width: 25em;
} }

@media screen { p.fullimage {
    width: 80%;
} }

ul li { margin-top: 0.25em; margin-bottom: 0.25em; }

li ul { margin-left: 2em; font-size: 0.8em; }

li ul li { font-style: normal }

@media print {
   ul {
      font-size: 1.2em;
   }
}

@page {
   size: 8in 6in; 
   margin: 0.25in;
}


code a { 
   font-family: monospace;
   font-size: 1em;
}

a {
   font-family: "Gill Sans MT Condensed", sans-serif;
   font-size: 1.2em;
   text-decoration: underline;   
}

a:visited { color: purple }

.strike {
   text-decoration: line-through;
}

.poll li {
   list-style-type: decimal;
}

pre strong { 
  color: red;
}

