h1 {
	margin:0;
	padding:7px;
	font-weight:normal;
	font-size:80%;
}
h2 {
	clear:both;
	margin:0 0 14px 0;
	padding:7px;
	color:#f780b4;
	font-size:110%;
	font-weight:bold;
	text-shadow:none;
	background: #fff;
	border-top:none;
	border-bottom:1px solid #f780b4;
}
h3 {
	margin:-20px 0 10px 0;
	padding:0;
	text-align:center;
	text-shadow:none;
	border:none;
	background:none;
}
h4 {
	margin:7px 0 20px 0;
	padding:7px;
	color: #fff;
	font-size:100%;
	font-weight:bold;
	text-align:left;
	background:#f780b4;
	border:none;
}
p {
	line-height:1.5em;
}
.read {
	padding:7px;
	background-color:#fff;
}
.btnLink{
	margin:10px auto;
	text-align:center;
}
.btnLink li{
	display:inline-block;
	margin:5px 0 5px 5px;
	vertical-align:top;
	
}
.btnLink li a{
	display:block;
	width:72px;
	height:19px;
	padding: 7px;
	color:#fff;
	font-size:90%;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	text-shadow:none;	
	background:#aaa;
	border:none;
	border-radius:5px;
}
.btnLink li.active a {
	color:#fff;
	text-shadow:none;
	background:#f780b4;
}
table {
	margin: 0;
	padding: 0;
	font-size: 80%;
}
table td {
	margin: 2px;
	padding: 7px;
	color: #000;
	box-sizing: border-box;
}
table td:first-child {
	width: 30%;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
table td:last-child {
	background-color: #fff;
}
table td p {
	line-height: 1.8;
}
table ul li {
	margin-left: 20px;
	padding: 7px 0;
	line-height: 1.8;
    list-style-type: disc;
}
table ul li:first-child {
	padding-top: 0;
}
table .btn {
	margin:10px auto;
	text-align:center;
}
table .btn li {
	display:inline-block;
	margin-top:7px;
	text-align:center;
	vertical-align:top;
}
table .btn li a {
	display:block;
	width:180px;
	height:auto;
	padding: 6px 7px;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-color:#f780b4;
	border:1px solid #f670ab;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#pcPage .btnLink li.active a:hover,
#pcPage table .btn li a:hover {
	opacity: 0.8;
}