

a:link	{
	color: #606;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none
	}

a:active {
	color: #606;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none
	}

a:visited {
	color: #606;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none
	}

a:hover {
	color: #606;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	}



