table {
  font-size: 14px; 
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

thead, tr.cusTHead {
  color:black;
  background:#999999;
  text-align:center;
  font-size:17px; 
}

thead a:link, tr.cusTHead a:link {
  color: blue;
  text-decoration: none;
}

thead a:visited, tr.cusTHead a:visited {
  color: blue;
  text-decoration: none;
}

thead a:hover, tr.cusTHead a:hover {
  color: blue;
  text-decoration: underline;
  border: none;
}

thead a:active, tr.cusTHead a:active {
  color: blue;
  text-decoration: underline;
  border:none;
}

td.r {
  color:black;
  font-size:14px;
  text-align:right;
}

td.l {
  color:black;
  font-size:14px;
  text-align:left;
}

p.note, .note {
  Width: 500px;
  margin: 2px;
  padding: 2px 5px;
  color: red;
  background: white;
  border: 4px solid red;
  font-weight: bold;
}

td.sa {
  background-image: url(http://anetransport.com/images/asc.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

td.sd {
  background-image: url(http://anetransport.com/images/desc.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}
  