table.trip {
	margin: 10px 0 30px 0;
	width: 100%;
	border-collapse: collapse;
	background: #8199CD;
}
table.trip th {
	text-align: left;
	padding:0;
	border-bottom: 3px solid #8D4B4B;
}
table.trip h1 {
	color: #8D4B4B;
	font-size: 40px;
	border-bottom: 4px solid #8D4B4B;
	line-height: 30px;
	font-weight:normal;
	padding:0 0 0 10px;
	background: #F93;
	margin-bottom: 4px;
	line-height: 28px;
}
table.trip td {
	border-bottom: 3px solid #8D4B4B;
	padding: 5px;
	vertical-align: top;
	font-size: 14px;
	width:30%;
}
table.trip a {
	color: #C60;
	text-decoration: none;
}
table.trip a:hover {
	text-decoration: underline;
}
table.trip td.darkblue { background: #8199CD; }
table.trip td.blue { background: #9CF; }
table.trip td.lightblue { background: #CFF; }
table.trip td.green { background: #CC3; }
table.trip td.orange { background: #FC6; }
table.trip td.yellow { background: #FF9; color: #300; width: 40%; }