link css記述例

a.link_a{
text-decoration: none;
color: #000;
background-color: #c0c0c0;
}
a.link_a:visited{
text-decoration: overline;
color: #000;
background-color: #00cc99;
}
a.link_a:hover{
text-decoration: none;
color: #000;
background-color: #ff99ff;
}
a.link_a:active{
text-decoration: none;
color: #000;
background-color: #9966ff;
}

■こちらはiframe内になっています。css + xhtml + seo のtopページ(http://cssxhtmlseo.web.fc2.com/)よりご覧ください■

inserted by FC2 system