5 <style type="text/css">
6 a:link { text-decoration:none; font-weight:normal; color:blue; }
7 a:visited { text-decoration:none; font-weight:normal; color:blue; }
8 a:hover { text-decoration:none; font-weight:normal; background-color:yellow; }
9 a:active { text-decoration:none; font-weight:normal; color:blue; }
10 a:focus { text-decoration:none; font-weight:normal; color:blue; }
14 <a href="submit.php">submit</a>
16 <a href="register.php">register</a>
18 <a href="lastsubmit.php">last submit</a>