
 /* 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 footer.     */
 td a:link    {color: #FFFFCC; text-decoration: none}
 td a:visited {color: #D3B972; text-decoration: none} 
 td a:active  {color: #FDEFA8; text-decoration: none}
 td a:hover   {color: #FDEFA8; text-decoration: underline} 

 /* the following applies to the unordered  */ 
 /* lists on the volunteers pages.          */
 td ul { list-style-image: url(images/volunteer/bullet.gif) }

