html, body
{
  height: 100%;
}
body {
	background-color:#0d0700;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #df9959;
	text-decoration: none
}
a:visited {
	color: #df9959;
	text-decoration: none;
}
a:hover {
	color: #ffbd80;
	text-decoration: underline
}
a:active {
	color: #df9959;
	text-decoration: none;
}
.BoldBig {
	font-size: 11px;
	font-weight: bold;
    color: #fff;
}
.BoldText {
	font-size: 11px;
	font-weight: bold;
    color: #fff;
}
.CommentTitle {
	font-size: 13px;
    color: #df9959;
}
.CommentAuthor {
	font-size: 11px;
    color: #e6483f;
	font-style:italic;
}
.CreditTest {
	font-size: 11px;
    color: #df9959;
}
.dashes {
	font-size: 11px;
    color: #373737;
}

table.Tours td {padding:0px 10px;}
table.Tours thead td {padding:10px;}

