@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;
 font-family:Ubuntu,Candara,"Trebuchet MS",Helvetica,sans-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}
/* added 20121019 to allow achromat.css to change syllabus svg table to gray background for achromats */
.svgbgrect {fill:white}
h1, h2, h3, h4, h5, h6, hr  {color:steelblue}
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}
}

