a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a:visited {
	color: #666666;
	font-size: 13px;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

a:active {
	color: #666666;
	font-size: 13px;
	text-decoration: none;
}

