1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
<!DOCTYPE html> <html> <head> <title>GRID TIP Menu</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body { margin-top:0; margin-bottom:0; }
th, td { border: 1px solid #1c7cd6; border-bottom-width: 0px; } tr:first-child td, tr:first-child th { border-top-left-radius: 25px; border-top-right-radius: 25px; } td.pu { border-top-left-radius: 25px; border-top-right-radius: 25px; }
a { text-decoration: none; }
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" link='#FFFFFF' alink='#FFFFFF' vlink='#FFFFFF'>
<table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td align="center" width="33%" height="70px" bgcolor=#1c7cd6><font face="Arial, sans-serif" size="5" color="#FFFFFF"><a href="gridtip.html" target="mainFrame">GRID TIP</a></font></td> <td align="center" width="33%" height="70px" bgcolor=#1c7cd6><font face="Arial, sans-serif" size="5" color="#FFFFFF"><a href="GTFFL/gtffl.html" target="mainFrame">GTFFL</a></font></td> <td align="center" width="33%" height="70px" bgcolor=#1c7cd6><font face="Arial, sans-serif" size="5" color="#FFFFFF"><a href="BETSY/betsy.html" target="mainFrame">BETSY</a></font></td> </tr> </table>
</body> </html>
|