#Top {
background-color: #CCC;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, whiteSmoke), color-stop(100%, #CCC));
background-image: -webkit-linear-gradient(whiteSmoke,#CCC);
background-image: -moz-linear-gradient(whiteSmoke,#CCC);
background-image: -o-linear-gradient(whiteSmoke,#CCC);
background-image: linear-gradient(whiteSmoke,#CCC);
}
a.top:link,
a.top:visited,
a.top:active {
color: black;
text-decoration: none;
text-shadow: 0px 1px 1px white;
}
这样就不黑了。。。