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

a:link {
	font-size: 100%;
	color: #930;
	text-decoration: underline;
}
a:active {
	font-size: 100%;
	color: #930;
	text-decoration: underline;
}
a:visited {
	font-size: 100%;
	color: #930;
	text-decoration: underline;
}
a:hover {
	font-size: 100%;
	color: #646D45;
	text-decoration: underline;
}

