body {
	background:teal;
	color:white;
	font-family:calibri, "trebuchet ms", sans-serif;
	margin:0;
	padding:0;}

h1 {
	background:#47b7b7;
	font-weight:bold;
	font-size:250%;
	text-align:center;
	line-height:1.5em;
	margin:0;}

h2 {
	font-size:180%;
	font-weight:bold;
	margin:0.5em 0.8em;}

h3 {
	background:#239b9b;
	color:white;
	font-size:1.2em;
	margin:0;
	padding:1px 4px;}

a:link, a:visited {
	color:#ffd700;
	text-decoration: underline;}

a:active, a:focus, a:hover {
	color:#ffc;
	text-decoration: none;}

br {
	clear:both;}

div.route {
	width:40%;
	max-width:400px;
	float:left;
	border-right:#8fefef 1px solid;
	margin:0 1em 1em 1em;}

div.section {
	width:45%;
	min-width:300px;
	float:left;
	border:#8fefef 1px solid;
	margin:0 1em;
	padding-bottom:0.5em;}

div.section p {
	margin-left:0.5em;
	margin-right:0.5em;}

p.timetable {
	line-height:50px;
	margin-left:1em;
	padding-left:60px;
	background: url(../timetable.png) no-repeat;}

dt, dd {
	margin-bottom:0.25em;}

dt {
	width:5em;
	clear:both;
	float:left;
	text-align:center;}

dd {
	float:left;}

/* Fix for IE6 to stop all the 'dd's going onto a single line */

* html dd {float: none;}
*+html dd {float: none;}

dd a:link, dd a:visited {
	color:#ffffcc;
	text-decoration:none;}

dd a:active, dd a:focus, dd a:hover {
	color:#ffd700;
	text-decoration:none;}

#menu {
	margin:0;
	padding:0;
	list-style-type:none;
	background:#239b9b;
	color:black;
	width:100%;
	text-align:center;
	line-height:1.5em;
	padding:0.25em 0;}

#menu li {
	display:inline;
	margin:0;
	padding:0;}

#menu li a {
	text-decoration: none;
	background:#47b7b7;
	color:black;
	padding: 0 1em;
	border:1px solid #8fefef;}

#menu li a:hover, #menu li a:focus {
	background: #ffd700 !important;
	color:black !important;
	border-color:white !important;}

#realtime #menu li.realtime a {
	background:white;}

#real #menu li.realtime a {
	background:#8fefef;
	border-color:white;}

body>p {
	padding-left:1em;
	padding-right:1em}

tt {
	background-color:#777;
	font-family:"courier new", monospace;}

#ads {
	clear: both;
	text-align:center;
	margin: 1.5em;}