

h1.title {
	margin: 0 auto 0.4em auto;
	text-align: center;
	font-size: 4.2em;
	font-weight: bold;
	color: #9eb8fa;
}

h1 span.trail {
	font-size: .4em;
	color: #b0fd35;
}

p {
	font-size: 1.1em;
}

p#welcome {
	margin: 1.5em auto 1.0em auto;
	font-size: 1.3em;
}

h2.tripList {
	margin: 0.75em auto 0 auto;
	font-size: 2.0em;
	font-weight: bold;
	color: #9eb8fa;
}

ol.tripList {
	list-style-type: none;
	margin: .1em auto 1.25em auto;
	font-weight: bold;
	color: #888;
}

ol.tripList li {
	margin: 0 0 0 0.9em;
	cursor: pointer;
	font-variant: small-caps;
	bbackground-color: green;
}

ol.tripList span.tripHeader {
	font-size: 1.7em;
}

ol.tripList span.tripDates {
	font-size: 0.75em;
	font-variant: normal;
	font-weight: normal;
}

p.tripDetail {
	margin: 0 0 0.4em 0.9em;
	ddisplay: none;
	cursor: default;
    font-size: 1.3em;
    font-variant: normal;
	font-weight: normal;
	color: #ccc;
}

ol.update {
	margin: 1.0em auto 0 auto;
	font-size: 1.0em;
}

ol.update li {
    list-style-type: none
}

ol.update span.new {
    margin: 0 .6em 0 0;
    font-size: 1.1em;
    font-variant: normal;
    font-weight: bold;
    color: #f172ab;
}
