.styles {
	font-family: Papyrus;
	font-size: 11pt;
	font-style: normal;
	font-weight: none;
	color: #FFC20D;
	text-decoration: none;	
}
.link
{		
	font-family: 'Papyrus';
	font-weight: normal;
	font-size: 16pt;
	color: red;
	}
A:visited{text-decoration: none; color:#FFC20D;font-size:11pt;font-family:Papyrus;font-style:none;} <br>
A:active {text-decoration: none;color:blue}<br>
A:hover {text-decoration: underline; color: red;}<br>
A:link {text-decoration: none; color:yellow;font-size:11pt;font-family:Papyrus;font-style:none;}<br>

