A.irankis {
	text-decoration : none;
	font-size : 9px;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : Blue;
}
A.irankis:hover {
	text-decoration : none;
	font-size : 9px;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : red;
}
A.irankis:active{
	text-decoration : none;
	font-size : 9px;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : red;
}