div.button {
  text-align: center;
  background-image: url(http://draughtboard.org/images/db-button-bkg.gif);
  border: thin solid #0000ff;
  font: 500 normal 10pt/14pt Comic Sans MS;
}

a.button:link, a.button:visited {
  text-decoration: none;
  color: black;
}

a.button:hover {
  color: #ff00ff;
}

body {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 204);
  font: normal normal 12pt/14pt Crescent;
}

body A:link {color: #0000ff;}
body A:visited {color: #800080;}
body A:active {color: #ff0000;}
