	a:link {
	text-decoration : none;
	color : #00a5ff;
	}
	
	a:hover {
	text-decoration : underline;
	color : #636977;
	}

	a:visited {
	text-decoration : none;
	color : #00a5ff;
	}

	a:active {
	text-decoration : none;
	color : #00a5ff;;
	} 
	
	strong {
	font-size: 15px;
	font-weight: bold;		
	}