*	{font-size	: 1.0 em;} /* 全ての要素のフォントサイズを相対指定にします */
body	{
	background-color : white
	color : black;

	font-size		: 1.6 em;	/*ブラウザ規定の左記倍の大きさを基準値*/
	font-family	: Tahoma,HGPｺﾞｼｯｸE,Arial,"MS PGothic",sans-serif;
	font-style	: normal;
	font-variant	: normal;
	font-weight	: normal;
	}
h1	{font-size : 1.8 em}
h2	{font-size : 1.4 em}
h3	{font-size : 1.2 em}
h4	{font-size : 1 em}
h5	{font-size : 0.8 em}
h6	{font-size : 0.6 em}

*:link	{color : black}
*:visited	{color : purple}
*:active	{
	color : white;
	background-color : darkblue;
}
*:hover,
*:focus	{
	background-color : black;
	color : white;
}

