@import "base.css";
/* authored by dana lee ling, creative commons -by 3.0 November 2007, dleeling@comfsm.fm */
html {background:lightskyblue}
body {
 background:white;
 color:midnightblue;
 /* Vista, XP, OSX, Unix */
 /* Constantia has the descender numerals of georgia that I dislike,                  */
 /* but palatino linotype lacks true subscripts, creating confusing chemical formulae */
 font-family:constantia,"Palatino linotype",palatino,"century schoolbook","bitstream vera serif",serif;
 padding:1em;
 border:thin solid steelblue;
 }
/* 200710251414 LoVe Hurts, Find Antidote */
a:hover {background:deepskyblue}
a:focus {background:deepskyblue}
code {border:thin solid steelblue;background:aliceblue;color:black;padding:0.5ex 1em}
h1, h2, h3, h4, h5, h6, hr  {color:steelblue;font-family:tahoma,sans-serif;}
h4, h5, h6 {color:midnightblue}
img {border:none}
table { border:thin solid dodgerblue; }
 caption {background:lightskyblue;font-size:smaller;font-style:italic}
 table.out-of-flow caption {background:ivory;font-size:smaller;font-style:italic;margin-left:1em}
 th {background:lavender}
 td {border:thin solid steelblue;}
@media print { 
 html {background:white}
 body {background:white;color:black;padding:0ex;border:none;padding:0}
 code {background:white}
 div {padding:0}
 h1, h2, h3, h4, h5, h6 {color:black;font-size:smaller;page-break-after:avoid}
 a {text-decoration:none;color:black}
 table {border-collapse:separate;border-spacing:0;border:medium solid black} 
 caption {background:whitesmoke; font-family: tahoma, sans-serif; font-size:smaller} 
 th {background:gainsboro} 
 td {border:thin solid dimgray}  
}
@media screen {
.noscreen {display:none}
}


