@import "base.css";
html {background:linen}
body {
 background:ivory;
 color:black;
 font-family:"palatino linotype","book antiqua",palatino,georgia,serif;
 padding:1em;
 border:thin solid peru
 }
/* 200710251414 LoVe Hurts, Find Antidote */
a:hover {background:palegreen}
a:focus {background:palegreen}
h1, h2, h3, h4, h5, h6 {color:peru}
p[id|=image] {font-style:italic}
img {border:none}
table {border:thin solid saddlebrown;}
 caption {background:wheat;font-size:smaller;font-style:italic}
/* Classes with color information cannot go into base.css */
 table.out-of-flow caption {background:wheat;font-size:smaller;font-style:italic;margin-left:1em}
 th {background:sandybrown;border:thin solid white}
 td {background:white;border:thin solid peru;}
/* Work on removing inline style attribute using attribute selector 200711 */
/* common inline small specific adjustments found on statistics pages */
@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} 
 td {border:thin solid dimgray}  
}
@media screen {
.noscreen {display:none}
}


