@charset "utf-8";
/* CSS Document */

a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #996633;
}
a:active {
	color: #FFFFCC;
	text-decoration: underline;
}

a:visited {
	color: #996633;
	text-decoration: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
