.hover {
	font-size: 12px;
	color: #666666;
}
a:link.hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a:hover.hover {
	font-size: 12px;
	color: #6699FF;
	text-decoration: none;
}
a:visited.hover {
	font-size: 12px;
	text-decoration: underline;
}
