body {
  background: #3B3B45 url("images/Background.gif") repeat;
  margin: 0px;
}
body, td, input, select {
  font-size:   12px;
  font-family: arial, helvetica, georgia, courier;
  color:       #FFFFFF;
}
input { color: 000000; }
img { border:none; }

A {
  text-decoration:none;
  color: #FFFF00;
}
A:hover {
  text-decoration: none;
  color: #FFFFFF;
}
