body {
	background-color: #CCCCCC;
}
.txt {
	font-size: 12px;
	line-height: 20px;
}
.style1 {
	color: #663366;
	font-weight: bold;
}
.style2 {
	color: #669900;
	font-weight: bold;
}
.word {
	font-size: 12px;
	line-height: 18px;
}
#blog {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	height: 200px;
	width: 150px;
	position: absolute;
	top: 299px;
	left: 85px;
	background-color: #FFFFFF;
	display: none;
	
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
