.coolstyle {
	font-family: 宋体;
	font-size: 12px;
	color: #333333;
	line-height:22px
}
a.cool:link {
	color: #003399;
	text-decoration: none;
}
a.cool:visited {
	text-decoration: none;
	color: #003399;
}
a.cool:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.cool:active {
	text-decoration: none;
	color: #FF0000;
}
