yöntem 1; <a href="..." style="color: #cc0000">...</a>
yöntem 2; <a href="..."><font color="#cc0000">...</font></a>
yöntem 3; <style type="text/css">
a {
color: #cc0000;
}
</style>
<a href="...">...</a>
yöntem 4; <style type="text/css">
.kategori {
color: #cc0000;
}
</style>
<a class="kategori" href="...">...</a>