.link:link 
	{
	text-decoration: none;
	color: #000000;
	cursor: text;
	}
.link:visited 
	{
	text-decoration: none;  
	color: #000000;
	cursor: text;
	}
.link:hover 
	{
	text-decoration: none;  
	color: #000000;
	cursor: text;
	}
.tiger:link 
	{
	text-decoration: underline;
	font-size: 12px;
	font-family:   Verdana, Arial, halvetica;
	line-height: 12px;
	color: #0000CC;
	cursor: link;
	}
.tiger:visited 
	{
	text-decoration: underline;  
	font-size: 12px;
	font-family:   Verdana, Arial, halvetica;
	line-height: 12px;
	color: #0000CC;
	cursor: link;
	}
.tiger:hover 
	{
	text-decoration: underline;
	font-size: 12px;
	font-family:   Verdana, Arial, halvetica;
	line-height: 12px;
	color: #0000CC;
	cursor: link;

	}
