.dazi {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #FF0000;
}
a:link {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	font-size: 14px;
	color: #FFFF00;
	text-decoration: none;
}
