/*hover.css -- to add a hover to an anchor link when it is moused-over -- */ a { font-weight: bold; text-decoration: none; color: #33f; } a:hover { font-weight: bold; text-decoration: underline; color: #f30; }