h1 {
	float:right;
	text-align: right;
	border-bottom: 3px solid #006633;
	width: 98%;
	margin-right: 2%;
	margin-top: 0px;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	font-size: 20px;
	color: #333333;
	float: left;
	width: 100%;
	border-bottom: 1px solid #DFDFDF;
	padding: 0px;
	margin: 0px 0px 10px;
}
#right #box #contents {
	margin: 0px 0%;
	padding: 0px 2% 10px;
	float: left;
	width: 96%;
}
.entry{
	line-height: 2em;
	letter-spacing: 0.2em;
	font-size: medium;
	color: #000000;
}
.entry .hot {
	color: #FF3300;
	font-weight: bold;
}
.entry .topic {
	font-size: 150%;
	color: #004080;
	border-bottom: 1px dotted #00749E;
	border-left: 4px solid #00749E;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 160%;
	padding-bottom: 0px;
}
.entry .subtopic {
	font-size: 160%;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 160%;
	padding-bottom: 0px;
	text-align: center;
	text-decoration: underline;
}
.entry .list {
	margin-left: 2em;
	list-style: none;
}
.entry .title {
	margin-left: 1em;
	font-size: 16px;
	font-weight: bold;
	list-style: square;
}
.entry li{
	list-style: square inside;
}
