/* id report */

body{
	scrollbar-face-color:	#f7f4ea;
	scrollbar-track-color:	#f7f4ea;
	scrollbar-arrow-color:	#ff8088;
	background-image:       url(image/wall.gif);
	background-color:	#f7f4ea;
	color:			#ff8088;
}

#box{	
	background-color:	#fffff8;
	width:			620px;
	color:			#664433;
	border:			solid 3px #ff8088;
}
#box img{	border:	solid 1px #664433;}
a:link   { color: #ff8088;}
a:visited{ color: #ff8088;}
a:hover  { color: red;}
a:active { color: red;}

h2{	
	font-size:	14px;
	font-weight:	bold;
	color:		red;
	text-align:	center;
	margin-bottom:	30px;
}
dl{	font-size:	14px;	line-height:	150%;}
dt{	font-weight:	bold;}
dd{	margin:		0px 0px 20px 40px;}