body {
  text-align: left;
  background-color: black;
}
#trip {
  float: right;
  right: 2px;
  top: 0px;
}

h2, h3 {
  color: rgb(0,0,153);
}
img {
  border: 0px;
}

td {
  text-align: center;
  font-size: 11px;
}
th {
  font-weight: bold;
  background-color: rgb(0,153,255);
}

.foot {
  font-size: 9px;
  font-family: arial;
  font-weight: bold;
  color: rgb(51,51,255);

}
