/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link, A:visited, A:active 
	{ color: #FFa500; text-decoration:underscore; }
A:hover 
	{ color: #FF6600; text-decoration:none; }

A.navlink:hover 
	{ color: #CC00FF; text-decoration:none; }
