a:link {
	color: #105487;
	text-decoration: none;
	cursor: hand;
	font-weight: bold;

}
a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	font-weight: bold;
	color: #993399;
	text-decoration: none;
	cursor: hand;
}

