a.cool {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	line-height: 15pt;
	font-weight: bold;
}
a:link.cool {
    font-size: 9pt;
	color: #0000FF;
	font-weight: bold;
}
a:visited.cool {	
	color:#000000;
	text-decoration:none;
	font-size: 9pt;
	font-weight: bold;
}
a:hover.cool {
	color: #0000FF;
	font-size: 9pt;
	text-decoration:none;
	font-weight: bold;
}
a:active.cool {
	color: #FF00FF;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

