<!-- style sheet for mogsite2.  Uses div.j for Japanese version.  English version, no div. -->


body {background-color:aqua;
	color:blue;
	text-align:center;
	font-size:16pt;
	font-family:arial, verdana;}

a:link {color:blue;
	text-decoration:none;
	underline:none;}

a:visited {color:blue;
	text-decoration:none;
	underline:none;}

a:hover{color:red;
	text-decoration:none;
	underline:none;
	font-weight:bolder;}

a:active {color:blue;
	text-decoration:none;
	underline:none;}

div.j {font-family:ms gothic;}

div.head {background-color:blue;
	color:white;
	text-align:center;
	font-size:25pt;
	font-family:comic sans ms, verdana, arial;
	font-weight:bold;}

div.foot {background-color:blue;
	color:white;
	text-align:center;
	font-size:16pt;
	font-family:comic sans ms, verdana, arial;
	font-weight:bold;}

body.b {background-color:aqua;
	color:blue;
	text-align:center;
	font-size:16pt;
	font-family:arial, verdana;}



