Thanks for your prompt reply,
I added the two lines, but nothing happened. Does it matter where I place the code in s css file?
a.delete:hover {
background: #c00;
color: #fff;
}
#login ul li a {
color: #008800;
}
#login ul li a:hover {
color: #880000;
}