<!-- 標準設定 -->

body {

	font-size: x-small;

	background-color: #ffffff;

};

font {

	font-size: x-small;

	margin: 5px 0px 0px 0px;

	line-height: 1.2em;

}



font.vsmall {

	font-size: xx-small;

}

font.small {

	font-size: x-small;

}

font.normal {

	font-size: x-normal;

}

font.medium {

	font-size: medium;

}

font.large {

	font-size: x-large;

}

font.vlarge {

	font-size: xx-large;

}



<!-- テーブル -->

table { cellspacing=1; cellpadding=2; border=1 };

table.frame { cellspacing=1; cellpadding=2; border=1 };

table.noframe { cellspacing=1; cellpadding=2; border=0 };



td { font-size: x-small;

	color="#444444";

};

td.small { font-size: small; color="#444444" };

td.normal { font-size: 12pt; color="#444444" };

td.big { font-size: large; color="#444444" };



<!-- 段落 -->

p { margin: 0px 0px 0px 0px };



<!-- 他 -->

h1,h2,h3 {

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	font-size: 1.0em;

	line-height: 1.2em;

	font-weight: normal;

}



A {TEXT-DECORATION: none}

A:hover {TEXT-DECORATION: underline};

