@import "base.css";
html {background:darkseagreen}
body {
 background:honeydew;
 color:black;
 font-family:constantia,"Palatino linotype",palatino,"urw palladio l",serif;
 padding:1em;
 border:thin solid darkgreen;
 }
/* 200710251414 LoVe Hurts, Find Antidote */
a {text-decoration:none}
a:link {color:green}
a:visited {color:darkgreen}
a:hover {background:springgreen;border:thin solid darkgreen}
a:focus {background:springgreen;border:thin solid darkgreen}
a:active {color: red}
img {border:none}
a img {border:none}
h1, h2, h3, h4, h5, h6 {color:darkgreen}
pre {font-family:"lucida console","courier new",monospace}
img {border:none}
table { border:thin solid darkgreen; font-family:calibri,tahoma,helvetica,sans-serif }
 caption {background:darkseagreen;font-size:smaller;font-style:italic}
/* Classes with color information cannot go into base.css */
 table.out-of-flow caption {background:mintcream;font-size:smaller;font-style:italic;margin-left:1em}
 th {background:lightgreen}
 td {border:thin solid seagreen;background:white}
/* 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}
 th {background:gainsboro;border:thin solid black} 
 td {border:thin solid dimgray}  
}
@media screen {
.noscreen {display:none}
}


