a, a:active, a:visited
{
	text-decoration: none;
	color: rgb(200,200,200);
	cursor: pointer;
}
a:hover
{
	color: orange;
}