我做错了什么:悬停?

Col*_*ley -2 css

这是我的CSS代码不起作用:

h2 a:link, h2 a:visited {
text-decoration: none;
font-size:14pt;
font-weight:100;
color:#000;
}

h2 a:hover; {
text-decoration: none;
font-size:14pt;
font-weight:100;
color:#909090;
}
Run Code Online (Sandbox Code Playgroud)

为什么悬停部分不起作用?我究竟做错了什么?我是CSS的新手.

dtb*_*ker 5

更改css规则"a:hover;" 到"a:悬停"

即:删除;