BODY{
	font-family: ＭＳ ゴシック;
	FONT-SIZE:13PT;
	COLOR: FFFFFF;
	BACKGROUND: 000000;
	line-height:23pt;
}

/*数字、英文字に適用*/
.E{
	font-family: serif;
}

/*リンクは何もなしだが、マウスが上にきた場合に下線が出る*/
A:link{
	color: FFFFFF;
	text-decoration: none;
}

A:hover{
	color: FFFFFF;
	text-decoration: underline;
}

A:active{
	color: FFFF99;
	text-decoration: none;
}

A:visited{
	color: FFFFFF;
	text-decoration: none;
}

/*P要素は8パーセントインデントをとる*/
P{
	text-indent: 8%;
}

/*題名用*/
H1{
	font-size: 25pt;
	color: 40E0D0;
	text-align: center;
}

/*章題名用*/
H2{
	text-indent: 5%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 16pt;
	color: 7FFFD4;
}

/*プロンプト表示用*/
H3{
	font-size: 13pt;
	color: E0E0E0;
}

/*作者サイン用*/
H5{
	font-family: cursive;
	font-size: 15pt;
	color: C0C0C0;
	text-align: right;
}

/*終了マーク用*/
H6{
	font-family: cursive;
	font-size: 14pt;
	color: A0A0A0;
	text-align: right;
}

/*強調用*/
EM{
	font-style: normal;
	color: FFAD5B;
}

/*特別な単語*/
DFN{
	font-style: normal;
	color: 40E0D0;
	text-decoration: underline;
}

/*プログラムのcode*/
code{
	font-family: monospace;
	color: EEEEEE;
}

/*文例*/
SAMP{
	font-style: italic;
	color: f0f0f0;
	background-color: 505050;
}

/*キーボードのキー*/
KBD{
	font-style: italic;
	color: C0C0C0;
}

