@charset "UTF-8";
body {
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #000;
}
h1 {
	color: #000;
	font-family: "Arial Narrow";
	font-size: 24px;
	font-weight: normal;
	text-align: left;
}
.bold {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:link {
	text-decoration: underline;
	color: #117848;
}

