body { background-color: #000;
 color: white;
 font-family: Lucida,Arial,sans-serif;
 margin:0;
 }

TABLE, TD, TR { border-collapse:collapse; }

* { font-size:14px }

a:link, a:visited {
  color:#99f;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
 color:#99f;
 text-decoration: underline;
 font-weight: normal;
}

#rightDiv { 
 background-color: #212121;
 margin:7px;margin-top:5px;
 padding:6px;
 
}

#rightDiv p { 
 margin:6px;
 margin-bottom:14px;
}

#tourtbl, #tourtbl TD { border: 1px solid #999 }
#tourtbl { background-color: #333 }
#tourtblDR { background-color: #222 }
#tourtblDR * { color:red }
#tourtbl P { margin:3px }

B, B * {
 color:red;
 font-weight:bold;
}

.textHeading { 
 color: red;
 font-weight:bold;
}

.biotext * {
 color:#ffed59;
}

.bioh {
 color: white;font-weight:bold;
}

.biotext B, .biotext B * { 
 color:white;
}