@charset "utf-8";

body {
	font-family: sans-serif;
	font-size: 14px;
}

h2 {
	font-size: 20px;
}
a:link {
	color: #ff6600;
	text-decoration: none;
}
a:visited {
	color: #ff954e;
	text-decoration: none;
}
a:hover {
	color: #913a00;
	text-decoration: none;
}
