@charset "utf-8";
a:link {
	color: #FF6600;
	text-decoration: underline;
}
body,td,th {
	font-size: 14px;
}
a:visited {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

