.link {
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #096;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #09C;
}

