BODY {
  text-align: center; /* center on ie */
  width: 100%;
  color : #535353;
  background-color: #;
  font-weight : 300;
  background-image : url(back.gif);
  font-family : "";
  font-size : 10pt;
  cursor :  auto;
#container {
    text-align: left;
    margin: 0 auto; /* center on everything else */
    width: 750px;
}

A {
  color : #9900ff;
  background-color: #;
  font-weight : ;
  font-family : "";
  font-size : 10pt;
  cursor :  auto;
}
A:VISITED {
  color : #007EBB;
  background-color: #;
  font-weight : ;
  font-family : "";
  font-size : 10pt;
  cursor :  auto;
}
A:HOVER {
  color : #8080FF;
  background-color: #;
  font-weight : ;
  font-family : "";
  font-size : 10pt;
  cursor :  auto;
}
A:ACTIVE {
  color : #0058B0;
  background-color: #;
  font-weight : ;
  font-family : "";
  font-size : 10pt;
  cursor :  auto;
}
