/* CSS Document */

a:link {
	color: #999999;
	text-decoration:none; 
}
a:visited {
	color: #666666;
	text-decoration:none; 
}
a:hover {
	color: #cccccc;
	text-decoration:none; 
	direction:rtl;
}
a:active {
	color: #cccccc;
	text-decoration:none; 
}