@import url('undohtml.css');

a {
	color: black;
	
}

body, pre, strong {
	font-family: arial;
	font-size: 10pt;
}

th {
	border: 1px solid #bbbbbb;
	background-color: #dcdcdc;
}

#splash a {
	color: black;
}


#menu {
  position: absolute;
  right: 5px;
  padding: 0px;
  width: 150px;
}

#content {

  margin-left: 0px;
  padding: 0px;
  margin-right: 200px;
}

#rightColumn h2 {
	border-bottom: 1px solid #bbbbbb;
	font-size: 12pt;
}

#banner {
	font-size: 12pt;
	
}

p {
	font-size: 10pt;
}

span#strong {
	/* color: maroon; */
	font-weight: bold;
}

.tourName {
	font-weight: bold;
	margin-bottom: 10px;
        margin-top: 30px;
}

.tourNameCurrent { color: red; }

.tour a {
	text-decoration: underline;
}

.tourNamePast { color: black; }
