Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> a:link {background: none; color: #999; font-size: 10px;font-family: verdana, Helvetica, sans-serif, Tahoma; text-decoration: none} a:active {background: none; color: #999; font-size: 10px;font-family: verdana, Helvetica, sans-serif, Tahoma ; text-decoration: none} a:visited {background: none; color: #999; font-size: 10px;font-family: verdana, Helvetica, sans-serif, Tahoma ; text-decoration: none} a:hover {background: none; color: #000000; font-size: 10px;font-family: verdana, Helvetica, sans-serif, Tahoma ; text-decoration: underline } /* Links resaltado */ a.blue:link { background: none; color: #666666; font-size: 10px; text-decoration: none; } a.blue:visited { background: none; color: #666666; font-size: 10px; text-decoration: none; } a.blue:active { background: none; color: #666666; font-size: 10px; text-decoration: none; } a.blue:hover { color:#fff; text-decoration:none; background-color:#2e4a7b; } </style> </head> <body> <div style="font-size:10px;text-align:center; margin: 0px 0px 10% 41%; width:130px;"> <a class="blue" style="cursor:pointer;">Entrar</a> </div> </body> </html>