hover不能实现
<style type="text/css">
*{margin:0;padding:0;}
ul{list-style:none;width:300px}
a{display:block;font-size:40px;width:300px;height:50px;line-height:50px;color:#0CF;background:#666;text-decoration:none;text-indent:30px;}
a:hover{background:#F00;color:#FFF}
</style>
为是么代码hover不能实现啊???谢了