@charset "utf-8";
/* CSS Document */

#still_list {
	padding: 5px;
	width: 204px;
	background-color: #CC6600;
	text-align: center;
	margin-right: 2px;
	border: 1px solid #663300;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#still_title {
	font-weight: bold;
	padding: 5px;
	text-align: center;
	background-color: #663300;
	color: #FFFFCC;
	margin: 2px;
	font-size: 12px;
}
#still_list:hover{
	background-color: #FFFFCC;}
