html {
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #ddcfbd;
	scrollbar-3dlight-color: #ddcfbd;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ddcfbd;
}
body {
	background-color: #ffffff;
	background-image: url(../img/index/bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
	font-family: Comic Sans MS;
	font-size: 12px;
	color: #541c02;
}
a:link {
	color: #541c02;
	text-decoration: none;
}
a:visited {
	color: #541c02;
	text-decoration: none;
}
a:hover {
	color: #ff9dc5;
	text-decoration: underline;
	position: relative;
	top: 1px;
	left: 1px;
}
a:active {
	color: #ff9dc5;
	text-decoration: none;
}
#copy {
	font-size: ;
	color: #c8c8c8;
	margin: 0.5em auto;
	text-align: center;
}
