

#div1 {position:relative; width:500px; height:450px; margin:auto 0; margin-top:10px; }
#div1 a {position:absolute; top:0px; left:0px; font-family: Microsoft YaHei; color:#fff; font-weight:bold; text-decoration:none; padding: 3px 6px; }
#div1test a:hover {border: 1px solid #eee; background: #000; }
#div1 a:hover {border: 1px solid #eee; color:white; }
#div1 .blue {color:blue;}
#div1 .red {color:red;}
#div1 .yellow {color:yellow;}
#div1 .gray {color:rgb(204,204,204);}

p { font: 16px Microsoft YaHei; text-align: center; color: #ba0c0c; }
p a { font-size: 24px; color: #ba0c0c; }
p a:hover { color: white; }