body {
	margin:  0px;
	border:  0px;
	padding: 0px;
	background-color: #ffffff;

	font-family: "Times New Roman", "Times CY", "Times", serif;
	font-size:   12px;
    color:       #000000;
	text-decoration: none;
}

div#home {
	position: absolute;
	left: 40px;
	top: 45px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

div#homenavi {
	position: absolute;
	left: 170px;
	top:  80px;
	margin:  0px;
	padding: 0px;
	text-decoration: underline;
	cursor: pointer;
}

div#cursor {
	position: absolute;
	left:   0px;
	top:    0px;
	width:  100%;
	height: 100%;
	cursor: pointer;
}
