@import "base.css";
/* authored by dana lee ling, creative commons -by 3.0 November 2007, 2010 dleeling@comfsm.fm */
html {background:gainsboro}
body {
 background:white;
 color:black;
 font-family:constantia,"palatino linotype",palatino,georgia,serif;
 padding:1em;
 border:thin solid dimgray;
 }
/* 200710251414 LoVe Hurts, Find Antidote */
a:hover {background:silver}
a:focus {background:silver}
code {border:thin solid dimgray;background:whitesmoke;color:black;padding:0.5ex 1em}
h1, h2, h3, h4, h5, h6, hr  {color:dimgray}
h4, h5, h6 {color:black}
img {border:none}
table { border:thin solid gray; }
 caption {background:gainsboro;font-size:smaller;font-style:italic}
 table.out-of-flow caption {background:lightgrey;font-size:smaller;font-style:italic;margin-left:1em}
 th {background:whitesmoke}
 td {border:thin solid dimgray;}
@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}
}

