Thanks salsaturation, that pointed me in the right direction.
I ended up defining a ‘myButton’ class in the CSS stylesheet, like this:
.myButton { background: }
And then the way to get in on the page is like so:
<a class="myButton" href="#">your text</a></p>
The info about CSS on w3schools.com really helped aswell. It works just fine now!