@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Sylfaen;
	margin: 0px;
}
.clock{
	display: inline-block;
	text-align: right;
}
.month{
	color: #006633;
	font-weight: bold;
}
.week{
	color: #006633;
	font-weight: bold;
}
.hour{
	
}
.minute{
	
}
.second{
	font-size: 10px;
	vertical-align: top;
	width: 18px;
}
.typeHead{
	color: #669934;
	font-size: 22px;
	padding-left: 20px;
	padding-top: 20px;
}
.artPic{
	padding: 0px 10px 0px 0px;
}
.artText{
	font-size: 12px;
}
.artHead{
	padding-bottom: 5px;
}
.artHeadLink{
	font-size: 14px;
	text-decoration: underline;
	color: #0066CC;
}
.phraseHead1{
	font-size: 18px;
	color: #CA4200;
	padding: 10px 0px 10px 0px;
}
.phraseHead2{
	font-size: 18px;
	color: #00559B;
	padding: 10px 0px 10px 0px;
}
.phraseText{
	font-size: 13px;
	padding: 0px 15px 0px 10px;
}
.phraseAuthor{
	font-size: 11px;
	font-weight: bold;
}
.phrasePar{
	margin: 0px 0px 10px 0px;
}
.topicHead{
	font-size: 16px;
	font-weight: bold;
	padding: 30px 0px 10px 0px;
}
.topicText{
	font-size: 12px;
}
.topicBack{
	font-size: 12px;
	color: #999999;
}
.topicImageText{
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 10px;
}
.topicPic{
	padding: 10px 10px 0px 5px;
}

.travelHead{
	font-size: 13px;
	font-weight: bold;
}
.travelLink{
	font-size: 11px;
	text-decoration: underline;
	color: #0066CC;
}
.travelLink:hover{
	text-decoration: none; 
}
.travelTbl{
	font-size: 12px;
}
.travelAllLink{
	color: #D8251E;
	text-decoration: none;
	font-size: 10px;
}
.forw_back{
	color: #D7AC00;
	font-size: 13px;
	text-decoration: none;
}
.forw_back:hover{
	text-decoration: underline;
}
.currentDate{
	font-size: 26px;
	display: block;
	text-align: left;
	padding-left: 60px;
	padding-top: 20px;
}