@media all
{
table{background-color:#ffffff;color:#000000}
td{font-family:Verdana,Arial,Helvetica,sans-serif,"MS sans serif";font-size:0.8em;vertical-align:top}
.breadcrumb{background-color: #F9ECA2}
.gold{background-color: #F9E571}
.hdrow{padding: 10 0 0 0}
.hdr{font-size:1.2em;font-weight:600; color:#990033}
.diary{padding: 0 10 5 0}
h1,h2,h3,h4,h5,h6{text-align:center;color:#990033}
h1{font-size:1.8em}
h2{font-size:1.5em}
h3{font-size:1.2em}
h4{font-size:1.1em}
h5{font-size:1em}
h6{font-size:0.9em}
p,li{line-height: 140%}
a{text-decoration:none}
a:hover{text-decoration:underline}
a:visited{color:blue}
a.tn {border: thin solid white}
a.tn:hover {border: thin solid #990033}
/* Set to "block" at Christmas and "none" the rest of the time */
.xmas {display: block}
}
/* Set to "none" when there is nothing for the "sos" page and "block" the rest of the time */
.sos {display: none}
}
/* Prevent the sidebar from printing */
@media print
{
.sidebar {display: none}
}

