.startup {
	background-color:#FFCCCC;
}
.countTBL {
	width: 1000px;
}
#cTBL td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cTBL a {
	text-decoration: none;
	color: rgba(69, 114, 167, 0.9);
}
#cTBL a:visited {
	color: rgba(69, 114, 167, 0.9);
}
.dtypemsg {
	font-size:0.8em;
}
#page-top, #page-comment, #page-graph {
	position: fixed;
	right: 20px;
	z-index: 99999;
}
#page-top a,
#page-comment a,
#page-graph a {
	background-repeat: no-repeat;
	text-decoration: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 55px;
	background: rgba(51, 51, 51, 0.5);
	padding: 0;
	display: block;
	color: #fff;
}
