<!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" /> <title>Untitled Document</title> <style type="text/css"> #nav a { color:#000000; } #nav a:link { text-decoration: none; color:#000; } #nav a:visited { text-decoration: none; color: #000000; background:#CCCCCC; } #nav a:hover { text-decoration: none; color: #FFFFFF; background-color:#000000; display:block; text-align:center; } #nav a:active { text-decoration: none; color: #FFFFFF; background:#000000; text-align:center; display: block; height: auto; width: auto; } </style> </head> <body> <table id="nav" width="600 px" height="50 px" border="0"> <tr> <td width="200 px" height="50 px"><a href="#" target="_parent">Home</a></td> <td width="200 px" height="50 px"><a href="http://eklavya.in" target="_blank">Eklavya.in</a></td> <td width="200 px" height="50 px"><a href="http://chakmak.eklavya.in" target="_parent">This month's Issue</a></td> </tr> </table> </body> </html>