or you can make your own type of links using this
CODE
<style>
a.linknamehere
{color:colorhere;
font-family:fonthere;
font-size:XXpx;}
a.linknamehere:hover
{color:colorhere;
font-family:fonthere;
font-size:XXpx;
background-color:colorhere;}
</style>
and then you make links using this
CODE
<a class=linknamehere" href="linkhere">Click</a>
you can change the
linknamehere to whatever you'd like, but just keep the name consistent in all of the coding.