body {margin: 0px;}


a:hover{color:red}

span:hover.buttons{color:red}

span.buttons
{
  width:  12px;
  height: 10px;
  cursor:hand;
  margin: 0px;
  background-color: #066635;
  border-style: solid;
  border-width: 0px;
  border-top-color:   #00b000;
  border-left-color:  #00b000;
  border-right-color: #005200;
  border-bottom-color:#005200;
  border-top-width:   2px;
  border-left-width:  2px;
  border-right-width: 2px;
  border-bottom-width:2px;
  padding: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: #ffffff;
  font-family: Arial;
  font-size: 10px;
}


span.bigbuttons {
    width:  60px;
height: 10px;
  cursor:hand;
  margin: 0px;
  background-color: #066635;
  border-style: solid;
  border-width: 0px;
  border-top-color:   #00b000;
  border-left-color:  #00b000;
  border-right-color: #005200;
  border-bottom-color:#005200;
  border-top-width:   2px;
  border-left-width:  2px;
  border-right-width: 2px;
  border-bottom-width:2px;
  padding: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: #ffffff;
  font-family: Arial;
  font-size: 10px;
}


span.footer	{
  font: italic normal 8pt Serif;
  background-color: #669966;
  text-align: center;
  margin: 10px;
  padding: 12px;

}
