a {
	font-family: Arial;
	color: #4a4949;
	line-height: normal;
	cursor: pointer;
}
a:link {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #ef0000;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration:none;
}
a:visited{
	color: #4a4949;
	text-decoration:none;
}
