* { }

body, html {
  font-family:'verdana','arial','sans serif';
  font-size:11px;
  color:#ccb;
  background-color:#000000;
  margin-left:0px;
  margin-top:0px;
}

A { color:#fc9;text-decoration:none; }
A:hover { color:#fda;text-decoration:underline; }
A:active { color:#fc9; }


#datebutt {
  position:absolute;
  width:80px;height:40px;
  left:360px;top:280px;
}
#datebutt A {
  display:block;
  width:80px;height:40px;
  background-image:url('1/date-button.gif');
  background-position:0px 0px;
}
#datebutt A:hover {
  background-position:0px 80px;
}

