body { color: darkblue; }
h1 { background: lightblue; }
h2 { background: lightblue; }
h3 { background: lightblue; }
h5 { background: lightblue; color: black; }
dt { font-weight: bold; background: #E0F0F0; }
table.footer { color: black; background: lightgrey; }
a:link { color: #4000F0; }
a:visited { color: #0000F0; }
a:hover { color: black; background: darkgrey; }
a:focus { color: black; background: darkgrey; }
a:active { color: white; background: darkgrey; }
#email { color: blue; font-family: monospace; text-decoration: underline; }
h3.important { color: #E04040; background: #FFE0C0; font-weight: bold; } 
a.important { color: #E040E0; text-decoration: underline; } 
p.inverse { color: white; background: black; }