@media print {
        .dontprint { display: none }
}

body
{ 
        background-color: white; 
        color: black; 
        font-family: Arial, sans-serif
}

h1           
{ 
        font-family: Garamond, serif; 
        font-weight: bold
}
h2           { font-size: large; margin-bottom: 0 }

#img          { border: 1px black solid }
p            { line-height: 120%; margin-top: 1ex; margin-bottom: 0; }
ul           { margin-top: 1ex; margin-bottom: 1ex; }
strong, em   { font-weight: normal; font-style: normal; color: red; }
.toc         {}
.important   { color: red; }
.code        { font-family: monospace; font-weight: normal; }
.copyright   { font-size: xx-small; }
.links       { text-align: center; font-size: smaller; }

a            { font-weight: bold; color: black; }
a:link       { text-decoration: none; }
a:visited    { text-decoration: none; }
a:hover      { text-decoration: underline; }
a.unbold     { font-weight: normal; }

table.small  { font-size: smaller; }
th
{ 
        text-align: left; 
        font-weight: bold; 
        font-size: larger;
        padding: 1pt 0 1pt 1ex;
}
td           { padding: 1pt 0 1pt 1ex; }
tr.label     { background-color: lightgrey; }

