blob: 6e40bf86d5525560a6ea0f8bb4e8caf620daad94 (
plain)
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
|
<html>
<head>
<style>
.navrule {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
}
.local:link {
height: 100%;
padding: 4px;
display: block;
}
</style>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#3399CC">
<tr>
<td class="navrule"><a href="/providers/index.asp" class="local">List of Transit Providers</a></td>
</tr>
<tr>
<td class="navrule"><a href="/providers/locate.asp" class="local">Locate a Transit Provider</a></td>
</tr>
</table>
</body>
</html>
|