h1,h2,h3,h4,h5,a:link{color:#B70000;}
a:visited, td a:visited, em{color:#770000;}
a:hover, td a:hover,a:active, td a:active{color:#F90000;}

#itinerary .even, .odd{
	padding-top:2px;
	padding-bottom:2px;
	margin-top:2px;
	margin-bottom:2px;
	border-top:1px #C1C1B5 dotted;
	border-bottom:1px #C1C1B5 dotted;
}
#itinerary .even{
	background-color:#E6E5DB;
}
#itinerary .odd{
	background-color:#E9E9E2;
}
#itinerary h4{
	display:inline;
	margin-bottom:0;
	margin-top:5px;
	font-size:14px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#itinerary p{
	margin-top:4px;
	margin-bottom:8px;
}