body, table, input, textarea, select, option {
  background-color: #ffffff;
  border: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  scrollbar-face-color : #f0f0f0;
  scrollbar-highilightcolor : #d0d0d0;
  scrollbar-shadow-color : #808080;
  scrollbar-arrow-color : #ff0000;
  scrollbar-track-color : #ffffff;
  scrollbar-base-color : #f1f1f1;
  scrollbar-dark-shadow-color : #f1f1f1;
  scrollbar-3d-light-color : #ffffff;
}

a:link { 
  color: red;
}

a:visited {
  color: black;
}

a:active { 
  color: #b5b5b5;
}

a:hover { 
  text-decoration: none;
  color: white;
  background-color: red;
}

table.main {
  border-collapse: collapse;
  width: 780px;
  text-align: center;
}

table.frameOuter {
  border-collapse: collapse;
  width: 760px;
  height: 400px;
  text-align: center;
}

table.frameInner {
  border-collapse: collapse;
  text-align: left;
}

table.credits {
  border-collapse: collapse;
  width: 780px;
  text-align: justify;
}

td.thinSeparator {
  height: 1px;
  background-color: #b5b5b5;
}

td.thickSeparator {
  height: 3px;
  background-color: #b5b5b5;
}

td.whiteSeparator {
  height: 1px;
  background-color: #ffffff;
}

