body {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: black;
  background-color: rgb( 255, 255, 255 );
}

h1 {
  font-size: 16px;
  color: rgb( 0, 0, 128 );
  background-color: rgb( 240, 240, 255 );
}

h2 {
  font-size: 14px;
  color: rgb( 0, 128, 0 );
  background-color: rgb( 240, 255, 240 );
}

th {
  font-size: 14px;
  color: black;
  background-color: rgb( 224, 224, 224 );
}

td {
  font-size:  12px;
  color: black;
  background-color: rgb( 240, 240, 240 );
}

.at {
  text-align: right;
}
.turn {
  text-align: center;
}
.go {
  text-align: right;
}

.route_desc {
  padding: 1ex;
  font-size: 12pt;
}

p.w3 {
  clear: both;
}

img.w3 {
  border: none;
}

