/* CSS Document */
a {
	color: #2F2100;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #EAAA00;
	font-weight: bold;
	text-decoration: underline;
}
