Link : Köprü(Link) Rengin
Visited : Ziyaret edilmiş köprü(link) rengi
Hover : Mouse üzerine geldiğinde alacağı renk
Active : Aktif olan köprü(link) rengi

<head> </head> arasına aşağıdaki stil kodunu koyman gerekiyor .)

<style type="text/css">
<!--
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #333333;
}

-->
</style>
*** Bir düzeLtme : "text-decoration: none;" > burada Link'in altı çizili olmaMasını sağlıyoruz. Altı çizili oLsun istiyosan bu satırı kaldırabilirsin..