#specialPage h2 {
	font-size: 100%;
}
#specialPage h3 {
	padding: 7px;
	color: #333;
	font-size: 90%;
	background: #eee;
}
#specialPage h4 {
	padding: 7px;
	font-size: 90%;
	background-color:#eee;
}
#specialPage header section {
	margin: 7px;
	padding: 0;
	background-color:#fff;
	border:1px dotted #ccc;
	border-radius:5px;
}
.readLink li a {
	background-color:#000000;
}
.writerLink li a {
	background-color:#e5006e;
}
#pcPage .readLink li a:hover,
#pcPage .witerLink li a:hover {
	opacity: 0.8;
}
