body {
  font-family: arial, helvetica, sans-serif;
  font-size: 62.5%;
  line-height: 1.5em;
  color: #333;
  background-color: #fff;
}

h1 {
  font-size: 1.4em;
  line-height: 1.083em;
}

h2 {
  font-size: 1.2em;
  line-height: 1.1em;
}

h3 {
  font-size: 1.1em;
  line-height: 1.133em;
}

h4 {
  font-size: 1.0em;
  line-height: 1.1429em;
}

p,li,dt,dd {
  font-size: 1em;
  line-height: 1.5em;
}

p.alert {
	text-align: left;
	background: #ffffa0;
	border: 1px solid #e5e597;
	padding: 10px;
}

p.note {
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 10px;
}

p.airline {
	background: #fff;
	border: 1px solid #c11b17;
	padding: 10px;
	text-align: center;
}

p.airline a {
	font-weight: normal;
	text-decoration: none;
	color: #c11b17;
}

p.airline a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #c11b17;
}

p.fee-amex {
	background: #fff;
	border: 5px double #66ccff;
	padding: 10px;
}

p.fee-marathon {
	background: #fff;
	border: 5px double #cc3333;
	padding: 10px;
}

p.fee-premier {
	background: #fff;
	border: 5px double #cdba85;
	padding: 10px;
}

table.compare-amtrak {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #404040;
	background-color: #f5f5f5;
	border: 1px #ddd solid;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.compare-amtrak th {
	text-align: center;
	padding: 3px 10px 3px 3px;
	color: #fff;
	background: #007498;
	border: 1px #ddd solid;
	vertical-align: middle;
}
	
table.compare-amtrak td {
	text-align: center;
	padding: 3px 10px 3px 3px;
	color: #000;
	background: #F9FFF9;
	border: 1px #ddd solid;
	vertical-align: middle;
}

table.phillycarshare {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.85em;
	background-color: #f5f5f5;
	border: 1px #ddd solid;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.phillycarshare th {
	text-align: center;
	padding: 3px 12px 3px 3px;
	color: #fff;
	background: #4aa02c;
	border: 1px #ddd solid;
	vertical-align: middle;
}
	
table.phillycarshare td {
	text-align: right;
	padding: 6px 12px 6px 3px;
	vertical-align: top;
	border-bottom: 1px #4aa02c solid;
}

.option {
	font-size: 0.8em;
}

.custom h1 {
	font-size: 1.6em;
}

.custom h2 {
	font-size: 1.2em;
}

.custom hr {
	border: 0;
	height: 1px;
}

#contact {
	text-align: center;
	font-size: 0.8em;
	}

#benefit {
	font-size: 0.8em;
	}

#payment {
	font-size: 0.75em;
	}
