.link {
	white-space: normal;
	display: block;
	height: auto;
	width: auto;
	color: #000000;
	background-color: #66CCFF;
}

a:link {
	text-decoration: none;
	color: #000000;
	display: inherit;
	cursor: hand;
	background-color: #66CCFF;
}
a {
	font-weight: bold;
	color: #000000;
	background-color: #00FFCC;
}
a:visited {
	text-decoration: none;
	text-transform: capitalize;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
