a:link {
	color: #990000;
	text-decoration: none;
	cursor: hand;

}
a:active {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
