body {  background: white; color: black; font-family: tahoma,verdana,sans-serif}
h1, h2, h3, h4, h5 {color: darkorchid}
a {text-decoration: none}
a:link {color: blueviolet}
a:visited {color: indigo}
a:active {color: magenta}
a:hover {background: steelblue}
table { border: darkorchid thin solid}
th {background: deepskyblue}
td {border: deepskyblue thin solid}
@page {size:landscape}
.cancel {text-decoration:line-through; color: gray}
.staff {background:silver; font-style:italic}
.tbd  {background:silver; font-style:italic}
.ahser  {background:lightseagreen}
.yenti {background:mistyrose}
.mihai {background:peachpuff}
.john {background:khaki}
.dana {background:chocolate}
.ray {background:salmon}
.danny {background:dodgerblue}
.brian {background:aquamarine}
@media print {
 table {font-size:smaller}
}