
 /* 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 of the homepage. */
 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 caption */ 
 /* link under the thumbnail image.      */
 td b a:link    {color: #000099; text-decoration: none}
 td b a:visited {color: #03036A; text-decoration: none} 
 td b a:active  {color: #333333; text-decoration: none}
 td b a:hover   {color: #333333; text-decoration: underline} 

 /* the following applies to links  */ 
 /* on the 'parish register index'. */
 td pre a:link    {color: #000099; text-decoration: none}
 td pre a:visited {color: #03036A; text-decoration: none} 
 td pre a:active  {color: #333333; text-decoration: none}
 td pre a:hover   {color: #333333; text-decoration: underline} 