@CHARSET "UTF-8";

/* 查詢選舉概況之格式 */
.prof {
	margin: 20px 0px 0px 25px;
}

.prof .title {
	background-color: #9c65ff;
	text-align: center;
	color: #ffffdf;
}

.prof .data {
	background-color: #ffffe6;
	color: #404040;
}

.prof a {
	text-decoration: none;
}
