body {background:floralwhite;color:black;font-family:eurostile,tahoma,sans-serif}
h1, h2, h3, h4, h5, h6, hr {color:darkgoldenrod}
a {text-decoration:none}
a:link {color:goldenrod}
a:visited {color:darkgoldenrod}
a:active {color:mediumvioletred}
a:hover {background:palegoldenrod;border: thin outset darkgoldenrod}
table {border: thin solid darkgoldenrod }
caption {background:cornsilk}
th {background:palegoldenrod;color:darkgoldenrod; border:thin outset goldenrod} 
td {background:lightyellow; border:thin outset goldenrod}
hr {color:yellow}
ol ol {list-style-type:lower-alpha}
@media print {
 body {background:white; font-family:eurostile,tahoma,sans-serif}
 h1, h2, h3, h4, h5, h6 { page-break-after: avoid; color:dimgray}
 table {border: thin solid dimgray }
 caption {background:whitesmoke}
 th {background:gainsboro;color:black} 
 td {background:white;border: thin outset darkgray }
 ul, ol, dl {page-break-before:avoid}
 a {text-decoration:none}
 a:link {color: black }
 a:visited {color: black }
}