1 <style type="text/css">
2 a:link { text-decoration:none; font-weight:normal; color:blue; }
3 a:visited { text-decoration:none; font-weight:normal; color:blue; }
4 a:hover { text-decoration:none; font-weight:normal; background-color:yellow; }
5 a:active { text-decoration:none; font-weight:normal; color:blue; }
6 a:focus { text-decoration:none; font-weight:normal; color:blue; }
10 <a href="submit.php">submit</a>
12 <a href="summary.php">summary</a>
14 <a href="register.php">register</a>
16 <a href="admin">ADMIN</a>