/* Limited Open Source Copyright 2008 */

body {
  background-color: #FFE670;
  font-size: 62.5%;
  line-height: 1.5em;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

* html body {
  background : url(null) fixed no-repeat;  /* Fix IE div border line problems when scrolling */
}
body table {
  font-size: 100%; /* this is because IE5.x doesn't cascade font sizes into tables. Weird. */
}
body table table {
  font-size: 100%; /* this is because IE5.x doesn't cascade font sizes into tables. Weird. */
}

img {
  border: 0px;
}

form {
  padding: 0;
  margin: 0;
}


