@charset "utf-8";
.midTitle {
	background-color: #CCFFCC;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #33FFCC;
	width: 500px;
	font-size: 18px;
	font-weight: bolder;
	padding: 5px;
}
strong {
	font-size: 18px;
	font-weight: bolder;
	padding: 10px;
	margin: 10px;
	height: auto;
}
.subTitle {
	font-weight: bold;
	margin-left: 5px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #33CCCC;
}
body {
	width: 900px;
}
