HTML {
  background: transparent url(images/E-ScooterBackground2.jpg) repeat-x;
  background-color: #5B5E65;
}

BODY {
  background-image: url(images/OttawaElectricScootersFull2.jpg);
  background-repeat: no-repeat;
  background-position: center top; 
  color: black;
  margin: 0px;
  font-size: 80%;
  font-family: "Arial", sans-serif;
}


h1 { 
  font-size: 22px; 
  font-weight: bold;
  color: black; 
}

h2 { 
  font-size: 16px; 
  font-weight: bold;
  color: black; 
}

TABLE.main {
  border: 0px;
  font-family: "Arial", sans-serif;
  padding: 0px;
  font-size: 100%;
  border-spacing: 0px;
}

TD.main {
  background-image: url(images/ScooterMiddle.png);
}

TABLE.blanktable {
  height: 375px;
}

TABLE.inside {
  border: 0px;
  font-family: "Arial", sans-serif;
  font-size: 100%;
  padding: 0px;
  border-spacing: 0px;
}

TABLE.insideagain {
  border: 0px;
  font-family: "Arial", sans-serif;
  font-size: 100%;
  padding: 0px;
  border-spacing: 10px;
}

div.whitetext {
  color: white;
}

A {
  color: green;
}

A:hover {
  color: black;
}

A:visited {
  color: green;
}

P.redtext {
  color: red;
}
