body {  background-image : url(bg.gif);}

font {
	color: #666666;
}

H1 {
	color: #768bbf;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

H2 {
	color: #990099;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 100%;
	font-weight: bolder;
	text-align: center;
}

H3 {
	color: #005b2e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 80%;
	font-weight: normal;
}

H4 {
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 80%;
	font-weight: lighter;
}

a:link {
	color: green;
}
a:visited {
	color: green;
}

a:hover {
	color: blue;
}

a:hover {
	background-color:orange;
}


p {
	line-height: 1.4em;
	color: #666666;
}

ul {
	list-style-image : url(yajirusi1.gif);
	line-height: 1.2em;
}

html, body {
	scrollbar-face-color: #E0FFFF;
	scrollbar-arrow-color: #483D8B;
	scrollbar-3dlight-color: #E0FFFF;
	scrollbar-highlight-color: #E0FFFF;
	scrollbar-darkshadow-color: #E0FFFF;
	scrollbar-shadow-color: #483D8B;
	scrollbar-track-color: #E6E6FA;
}