<!-- 背景に対するグラデーション -->
body{ filter:progid:DXImageTransform.Microsoft.Gradient
	(startcolorstr='#FBEBD3',endcolorstr='#ffffff',gradienttype='0') }

<!-- 線は付かず、点滅もしません。初期値 -->
a{ text-decoration:none; } a:link{ color:#000000; }

<!-- アクティブ時の色 -->
a:active{ color:#000000; } a:visited{ color:#000000; }

<!-- ポイント時の色指定 & ポイントしたときに下線を表示する -->
a:hover{ color:#0080C1;text-decoration:underline; }

<!-- 行間を調節 -->
body,td,th { line-height:15pt; }  

<!-- <h1>タグに関する文字指定 -->
h1
{
font-size:12px;
margin:1px;
padding:1px;
}