.stations-table
{
    border-collapse: collapse;
    margin:0;
}
.stations-table td
{
    padding:0;
    vertical-align: middle;
}
.stations-table td.station
{
    border:3px solid #2A4EA2;
    padding:3px;
    width:163px;
    text-align: center;
    height:68px;
}
.stations-table td.station a,
.stations-table td.station a:link,
.stations-table td.station a:visited
{
    display: block;
    font-size:16px;
    color:#000000;
}


.stations-table td.line
{
    width:20px;
    padding:0;
    background:url(images/stations_line.gif) repeat-x center center;
}