@charset "utf-8";
h1 {
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #C46802;
	text-align: center;
}
a:link {
	color: #954F00;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
}
