/* Calendar Table */
.calTbl th, .calTbl td {
	font: 12px Courier;
}
.calTbl tbody td {
	background-color: white;
	height: 26px;
	width: 26px;
	text-align: center;
}
.calTbl a:link, .calTbl a:visited {
	color: black;
}

/* Calendar Special Days */
td.spec1 {
	background-color: #ff0048 !important;
}
td.spec2 {
	background-color: #66d900 !important;
}
td.spec3 {
	background-color: #feb500 !important;
}

/* Remark Table of Calendar */
.rem {
	width: 100%;
}
.rem td {
	font-size: 12px;
}

/* News */
.newsUL {
	margin: 0px;
	padding: 0 0 0 25px;
}
.newsUL li {
	margin: 10px 0 10px 0px;
	padding: 2px;
}
.newsUL a:link {
	color: #33f;
	text-decoration: none;
}
.newsUL a:visited {
	color: #508;
	text-decoration: none;
}
.newsUL a:hover, .newsUL a:active {
	text-decoration: underline;
}
.newsUL span {
	font-size: 11px;
}

/*Detail*/
h1 {
	font-size: 21px;
}