/*****************************************************************************/
/* links.css                                                                 */
/*                                                                           */
/* Author: David Baer                                                        */
/* Date:   08/30/2004                                                        */
/* Description:                                                              */
/*                                                                           */
/*   Link styles                                                             */
/*****************************************************************************/
a:link, a:visited {
  background: inherit;
  color:      #e60000;
}
