@charset "utf-8";
/* CSS Document */

a:link {
	color: #676767;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
a:hover {
	color: #C5760F;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #676767;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
