body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #9cf;
	color:#000;
}
a {
	color: #00016b;
}
a:hover{
	color: #0000B3;
}
h1 {
	font-size: 24px;
	color: #00016b;
	margin: 10px 0;
}
h2 {
	font-size: 18px;
	color: #00016b;
	margin: 5px 0;
}

p {
	font-size: 12px;
}

td.destination {
	font-size: 12px;
	font-weight:bold;
	color:#c00;
}
p.destination {
	font-size: 16px;
	font-weight:bold;
	color:#00016b;
}