@import "base.css";
html {background:silver}
body {
 background:white;
 color:black;
 font-family:calibri,tahoma,"trebuchet ms",helvetica,"dejavu sans",sans-serif;
 padding:1em;
 border:thin solid dimgray
 }
/* 200710251414 LoVe Hurts, Find Antidote */
a:hover {background:palegreen}
a:focus {background:palegreen}
h1, h2, h3, h4, h5, h6 {color:dimgray}
img {border:none}
math {font-size:x-large;font-family:calibri,tahoma,"trebuchet ms","dejavu sans",sans-serif}
math.inline {display:inline;font-size:medium}
ol ol {list-style-type:lower-alpha}
p[id|=image] {font-style:italic}
/* 200807131411 HTML5 lands in XHTML5 serialization with FireFox 3 */
section {display:block;}
table {border:thin solid black;}
 caption {background:whitesmoke;font-size:smaller;font-style:italic}
/* Classes with color information cannot go into base.css */
 table.out-of-flow caption {background:whitesmoke;font-size:smaller;font-style:italic;margin-left:1em}
 tr:nth-child(7n+1) { background-color:snow; }
 tr:nth-child(7n+2) { background-color:papayawhip; }
 tr:nth-child(7n+3) { background-color:lightyellow; }
 tr:nth-child(7n+4) { background-color:honeydew; }
 tr:nth-child(7n+5) { background-color:lightcyan; }
 tr:nth-child(7n+6) { background-color:aliceblue; }
 tr:nth-child(7n+7) { background-color:lavender; }
 th {background:gainsboro;border:thin solid dimgray}
 td {border-top:thin solid dimgray;border-bottom:thin solid dimgray;padding:0.5em}
 .accjc {background: aliceblue; border: thin solid mediumblue; padding: 0.2em; margin: 0.1em}
@media print { 
 html {background:white}
 body {background:white;color:black;padding:0ex;border:none;padding:0}
 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:medium solid black;}
 caption {background:whitesmoke; font-family: tahoma, sans-serif; font-size:smaller}
 table.out-of-flow caption {background:whitesmoke}
 th {background:gainsboro;border:thin solid dimgray} 
 td {border:thin solid dimgray}  
}
@media screen {
.noscreen {display:none}
}

