<style>
a:link
{
text-decoration: underline;
color:green;
font-weight: bold;
}
a
{
color:red;
font-weight: bold;
}
</style>
<a>test1</a><br><br>
<a href="test.php">test2</a><br>