
 /* the following are 'contextual selectors'; they don't */ 
 /* require the 'class' attribute in order to work.      */ 

 /* the following applies to the href links in    */ 
 /* the body of the 'browse the collection' page. */
 td a:link    {color: #FFFFFF; text-decoration: none}
 td a:visited {color: #EEEEEE; text-decoration: none} 
 td a:active  {color: #FFFFCC; text-decoration: none}
 td a:hover   {color: #FFFFCC; text-decoration: underline} 
