/* links style sheet */
/* Copyright (c) 1999 Robert Darrell Piner. All Rights Reserved. */


A:link {
   text-decoration: none;
   color: black;
}

A:visited {
   color: black;
   text-decoration: none;
}

A:active {
   color: black;
   text-decoration: none;
}
