@import url("master.css");
/* CSS Document */
h2{
	padding: 0px;
	width: 655px;
}
.toppics {
}
.toppics ul {
}
.toppics li {
	list-style-type: square;
	margin: 2px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.toppics li img {
}
.toppics li .date{
}
.toppics li .up2date {
	font-size: 12px;
	line-height: 1em;
	color: #FFF;
	background-color: #F00;
	padding: 1px;
	border: 3px double #FF0;
}
