.pageContent a:link    {
/* Applies to unvisited links in class pageContent */
text-decoration:  underline;
 
} 
.pageContent a:visited {
/* Applies to visited links in class pageContent */
text-decoration:  underline;
  
} 
.pageContent a:hover   {
/* Applies to links under the pointer in class pageContent */
text-decoration:  underline;
 
							} 
.pageContent a:active  {
/* Applies to activated links in class pageContent */
text-decoration:  underline;
  
							} 
