
	BODY {
		margin: 0.5em;
		font-family: serif;
		background: white;
		color: black
	}

	H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV,
	DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { display: block }
	B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN { display: inline }
	LI { display: list-item }

	H1, H3, H5 { font-family: sans-serif; font-weight: bold }
	H2, H4, H6 { font-family: serif; font-style: italic; font-weight: bold }
	H1, H2 { margin-top: 1em; margin-bottom: 0.5em }
	H3, H4 { margin-top: 1em; margin-bottom: 0.5em; margin-left:0em }
	H5, H6 { margin-top: 1em; margin-bottom: 0.5em; margin-left:0em }
	H1 { color: #0000aa; text-align: center }
	H1, H2 { font-size: large }
	H3, H4 { font-size: medium }
	H5, H6 { font-size: medium }
	B, STRONG { font-weight: bold }
	I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
	PRE, TT, CODE, KBD, SAMP { font-family: monospace }

	PRE { white-space: pre }

	ADDRESS { margin-left: 2em }
	BLOCKQUOTE { margin-left: 2em; margin-right: 2em }

	UL, DIR { list-style-type: disc }
	UL UL { list-style-type: circle }
	OL { list-style-type: decimal; margin-left: 0em; margin-top: 0.1em; margin-bottom: 0.1em; font-family: serif; font-weight: normal; font-style: normal; color: black }
	OL OL { list-style-type: lower-roman }
	MENU { margin: 0 }
	LI { margin-left: 0.5em }
	LI LI { margin-left: 1em }

	DT { font-family: serif; font-style: italic; font-weight: bold; margin-bottom: 0 }
	DD { font-family: serif; margin-top: 0; margin-left: 2em }

	TH { font-family: serif; font-weight: bold; background-color: #88ffff; text-align: center }
	TD { font-family: serif }

	DIV.body { margin-left: 0em; margin-top: 0.1em; margin-bottom: 0.1em; font-family: serif; font-size: medium; font-weight: normal; font-style: normal; color: black }
	DIV.refer { margin-left: 1em; margin-top: 0.1em; margin-bottom: 0.1em; text-align: right; font-family: serif; font-size: medium; font-weight: normal; font-style: italic; color: blue }
	DIV.body2 { text-indent: 2em; margin-left: 0.5em; margin-top: 0.1em; margin-bottom: 0.1em }
	DIV.date { font-family: serif; font-style: italic; color: red; text-align: right }
	DIV.name { font-family: sans-serif; font-weight: normal; color: blue }
	DIV.author { font-family: serif; font-weight: normal; font-style: italic; font-size: medium; color: #0000aa; text-align: center }
	DIV.note { font-family: serif; font-weight: normal; color: #aa00aa }
	DIV.center { text-align: center }
	DIV.right { text-align: right }
	DIV.code { font-family: monospace; color: #0000aa }
	SPAN.author { font-family: serif; font-weight: normal; font-style: italic; color: #0000aa }
	SPAN.date { font-family: serif; font-style: italic; color: red }
	SPAN.emphasis { font-weight: bold }
	SPAN.code { font-family: monospace; color: #0000aa }

	A:link { color: blue }
	A:visited { color: red }
	A:active { color: lime }

	A:link IMG { border-style: none }
	A:visited IMG { border-style: none }
	A:active IMG { border-style: none }

