A:link, A:visited {
	text-decoration: none;
	color : #DBDBDB;
}
A:hover {
	text-decoration: underline;
	color: #9CCEFF;
}
