
body {
	color: #523E35; 
	font-size: 12px; 
	font-family: "MS UI Gothic",Osaka,sans-serif;
	background-color: #ffffff; 
	scrollbar-Track-Color: #ffffff;
	scrollbar-Face-Color: #ffffff;
	scrollbar-Shadow-Color: #523E35;
	scrollbar-DarkShadow-Color: #ffffff;
	scrollbar-Highlight-Color: #523E35;
	scrollbar-3dLight-Color: #ffffff;
	scrollbar-Arrow-Color: #523E35;
	cursor: crosshair;
}

td {
	color: #523E35; 
	font-size: 12px; 
	font-family: "MS UI Gothic",Osaka,sans-serif;
}
a:link {
	text-decoration:none;
	color: #523E35;
	font-size: 12px; 
	font-family: "MS UI Gothic",Osaka,sans-serif;
}
a:visited {
	text-decoration:none;
	color: #523E35;
	font-size: 12px; 
	font-family: "MS UI Gothic",Osaka,sans-serif;
}
a:active {
	text-decoration:none;
	color: #523E35;
	font-size: 12px; 
	font-family: "MS UI Gothic",Osaka,sans-serif;
}
a:hover {
	color: #ff0000;
	cursor: crosshair;
	text-decoration:underline overline;
}

INPUT, SELECT { background-color: #F9F5F3; 
border: 1px #523E35 solid; } 

TEXTAREA { background-color: #F9F5F3; 
width: 400px; 
height: 8em; 
border: medium #523E35 double; } 