#traffic_list a { text-decoration: none; }
#traffic_list a:active { color: blue; }
#traffic_list a:visited { color: #000000; }
#traffic_list a:hover { color: orange; }

/* Alternate row colors */
.cell_one { background-color: #F0F1F9; text-align: left; }
.cell_two { background-color: #FFFFFF; text-align: left; }

.header-row { color: white; text-align: left; }
