@charset "utf-8";
body {
	background-image: url(../images/hiun_bk.jpg);
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0000EE;
	text-decoration: underline;
}
a:visited {
	color: #800040;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
