/* default links */	
A:link	
{
	text-decoration:	underline;
	color: Blue;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color: Blue;
	}	
		
A:active	{	
	text-decoration:	underline;
	color: Blue;
	}	
		
A:hover	{	
	text-decoration: underline;
	color: Red;
	}



/* book title links */	
A.booktitle:link	
{
	font-family: Umbra BT;	
	font-size: larger;
	font-weight: bold;
	font-style:italic;
	text-decoration:	none;
	color: Black;
	}	
		
A.booktitle:visited	{	
	font-family: Umbra BT;	
	font-size: larger;
	font-weight: bold;
	font-style:italic;
	text-decoration:	none;
	color: Black;
	}	
		
A.booktitle:active	{	
	font-family: Umbra BT;	
	font-size: larger;
	font-weight: bold;
	font-style:italic;
	text-decoration:	none;
	color: Black;
	}	
		
A.booktitle:hover	{	
	font-family: Umbra BT;	
	font-size: larger;
	font-weight: bold;
	font-style:italic;
	text-decoration: underline;
	color: Black;
	}

