.word13 {
	font-size: 13px;
	line-height: 20px;
	color: #333333;

}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
.textbox {
	font-size: 12px;
	border: 1px solid #333333;
}
.highlight {
	font-size: 15px;
	color: #FFFF00;
	filter: Glow(Color=#cc0000, Strength=3);
}
.notice {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	line-height: 20px;

}
