body {
SCROLLBAR-ARROW-COLOR: #726C65;
SCROLLBAR-BASE-COLOR: #F8ECDD;
SCROLLBAR-FACE-COLOR: #F8ECDD;
SCROLLBAR-HIGHLIGHT-COLOR: #F8ECDD;
SCROLLBAR-SHADOW-COLOR: #F8ECDD;
SCROLLBAR-3DLIGHT-COLOR: #F8ECDD;
SCROLLBAR-TRACK-COLOR: #F8ECDD;
SCROLLBAR-DARKSHADOW-COLOR: #F8ECDD;
}

body {
	cursor: default;
	background-color: #F8ECDD;
	background-image: url(hiko_03.jpg);
		background-attachment: fixed;
	background-position: left;
}

div, body,td	{
	font-family: Garamond;
	font-size: 12px;
	color: #726C65;
	text-align: justify;
}



.head
{
	color: #726C65;
	     border-top: 0px;
             border-bottom: 0px;
             border-left: 0px;
             border-right: 0px;
	padding-left: 1px;
	padding-right: 1px;
	line-height: 100%;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}



A {
	text-decoration: none;
	font-size: 12px;
	cursor: default;
	font-weight: normal;
		color: #726C65;

}
 
A:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
		color: #000000;

}

A:visited {
 	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
		color: #D98D79;


}
A:hover {
	text-decoration: none;
	cursor: crosshair;
	font-size: 12px;
	font-weight: bold;
	color: #E6B992;
}