<!--
a:link	{
	color : #0000FF;
	text-decoration : underline;
}
a:visited	{
	color : #0080FF;
	text-decoration : none;
}
a:active	{
	color : #FF0000;
	text-decoration : underline;
}
a:hover	{
	color : #00CC00;
	text-decoration : underline;
	background-color : #FFFF80;
}

a[href $='.pdf'] { 
padding-right: 18px; 
background: transparent url(icon_pdf.gif) no-repeat center right; 
}


-->
