
A:link		{ color: indianred }
A:visited	{ color: indianred }
A:hover		{ color: dodgerblue ; text-decoration: none }
A:active	{ color: white ; background-color: indianred ; text-decoration: none }

BODY {
	scrollbar-face-color: pink ;		/* バーの色 */
	scrollbar-arrow-color: crimson ;	/* 三角形の色 */
	scrollbar-track-color: white ;		/* バーの背景色 */
	scrollbar-highlight-color: crimson ;/* バーの上端＆左端（内側） */
	scrollbar-3dlight-color: white ;	/* バーの上端＆左端（外側） */
	scrollbar-shadow-color: crimson ;	/* バーの右端＆下端（内側） */
	scrollbar-darkshadow-color: white ;	/* バーの右端＆下端（外側） */
	scrollbar-base-color: pink ;		/* 総合 */

	color: white ;
	background-color: black ;

	font-size: 10pt ;
	font-family: Arial ;
}

TABLE {
	font-size: 9pt ;
}

H1 {
	font-family: 'Times New Roman' ;
	font-size: xx-large ;
	font-weight: normal ;
}

IMG {
	border: none ;
	vertical-align: middle ;
}
