BODY		{ background: #0000b0;
		  color: #ffffff;
		  font-size: 10pt; }
P		{ line-height: 12pt;
		  text-indent: 1em; }
H1		{ color: #ffff66; 
		  text-align: left;
		  line-height: 20pt;
		  font-size: 20pt; 
		  padding: 0 0 0 0;      /* 枠線と文字との間の距離*/
		}
H2		{ color: white; 
		  font-size: 16pt; }
H3		{ color: #00ff88; 
		  font-size: 14pt; }
H4		{ color: #ffffaa; 
		  font-size: 12pt; }
DL		{ line-height: 22pt; }
UL		{ line-height: 12pt; }

table:td	{ line-height: 12pt;
		  text-indent: 1em; 
		  color: white }


A:link		{ color: #ffff00; 
		  text-decoration: none }
A:visited	{ color: #00ff00; }
A:active	{ color: #00ffff; }
BLOCKQUOTE	{ color: silver; }
EM		{ color: red; }
