	body{
		line-height: 150%;
		font-size: 14pt;
	}
	#header{
		width: 640px;
		line-height: normal;
	}
	#topic_x_special_content{
		width: 640px;
	}
	#content{
		width: 640px;
		margin-top: 1em;
	}
	#content_main{
		width: 400px;
		float:left;
		padding-right: 1em;
	}
	#content_pics{
		width: 240px;
		float:left;
	}
	#content_plus{
		width: 640px;
		margin-top: 1em;
	}
	a{
		text-decoration: none;
		font-weight: bold;
		color: blue;
	}
	a:hover{
		background: yellow;
		color: red;
	}
	p{
		margin-left: 20px;
		text-indent: 1em;
	}
	h1{
		font-size: 28pt;
		color: #0055FF;
		font-family: sans-serif,serif;
		text-align: center;
	}
	h1:first-letter{
		color:darkorange;
	}
	h2{
		font-size: 20pt;
		color: #000080;
	}
	.page{
		font-size: small;
		color: #000000;
	}
	ol{
		margin-left:3em;
	}
