ハイパーリンクの色や下線が変更されないのはなぜですか?標準のVS2010サイトのCSSに次のものがあります。
a:link, a:visited
{
color: #034af3;
outline: none;
}
a:hover
{
color: #1d60ff;
text-decoration: none;
outline: none;
}
a:active
{
color: #034af3;
outline: none;
}
p
{
margin-bottom: 10px;
line-height: 1.6em;
}
私は何が間違っているのですか?私は間違った場所にいますか?ありがとう!