If you also have other links on the page that you want to be normal,
without the button look, then modify the code by creating your own
class of link for the buttons, like this:
a:link.button {text-decoration: none; color: #ffffff; background-color:
#D72F40; border-top: 2px solid #E36F7A; border-right: 2px solid
#A01F2C; border-bottom: 2px solid #A01F2C; border-left: 2px solid
#E36F7A; padding: 3px; width: 120px; height="30"}
As you can see, I've added: .button (DOT button)
...to a:active - and don't miss the . (dot) before the word button.
Now do that for the a:active, a:visited, and a:hover styles as well.
Now when you want a normal link, you code it like a normal link.
When you want the button look, you add that "button" class to the
link, like so:
Link 1
You'd still put your buttons links inside the control table even
though I didn't repeat the entire table from the table example.