<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.koyu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #333333;
}
.acik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #CCCCCC;
}
.acik a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00CCFF;
}
.koyu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
-->
</style>
</head>
<body>
<div class="koyu"><a href="#">Koyu Link</a></div>
<div class="acik"><a href="#">Açık Link</a></div>
</body>
</html>
Linklerin diğer özelliklerinide değiştirmek istersen ;

a:link {kod}
a:visited {kod}
a:active {kod}
a:hover {kod}
a {kod}