a:link {
	color: #999900;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-weight: bold;
	color: #796140;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #776642;
	text-decoration: none;
}
.mouse {
	cursor: hand;
}
