a {
	text-decoration:none;
	color:#ec0000;
}
a:hover {color:#ff0000;
     text-decoration:underline;
}

body,table {
	font-size: 10pt;
}
.hot,
.new,
.up{
	display:block;
	width:28px;
	height:21px;
	background-repeat:no-repeat;
	float:left;
	margin-right:5px;
}

.hot{background-image:url(./icon_hot.gif);}
.new{background-image:url(./icon_new.gif);}
.up{background-image:url(./icon_up.gif);}
