a {
color: #5076B6;
text-decoration: none;
}
h2 a:hover {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #B3768;
}
buradan en alttaki a:hover genelini değiştirir.
footer daki linkleri renklendirmek için şu kodlardaki
#sgf a.sgfooter {
font-family: Tahoma, Verdana, serif;
color: #fff;
text-decoration: none;
font-size: 10px;
}
#sgf a.sgfooter:hover {
font-family: Tahoma, Verdana, serif;
color: #fff;
text-decoration: none;
font-size: 10px;
}


sgf a.sgfooter:hover altındaki color düzenlersen olacaktır.
kolay gelsin.