@charset "UTF-8";
a:link {
	color: #666666;
	text-decoration: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}
h1 {
	color: #FF9900;
}
h2 {
	color: #FF9900;
	font-size: 14px;
}
p {
	font-size: 12px;
}
