a.menu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; font-weight: bold; display:block; margin-top: 5px;         text-align: center; width: 140px; border-style: outset; border-width: 3px; padding: 2px; background-color: #0066CC;  }         a.menu:link { color: white; text-decoration: none; }a.menu:visited { color: white; text-decoration: none; }a.menu:hover { color: yellow; background-color: #990000; text-decoration: none; }	a.menu:active { color: yellow; background-color: #AA0033; text-decoration: none; }