@import url("normal.css");

/* default 200x150 */
.works {
	float:		none;
	height:		120px;
}

.works img {
	float:		left;
	width:		120px;
	height:		90px;
	-ms-interpolation-mode: bicubic;
}

.works ul {
	padding:	0;
	margin:		0;
}

.works ul li {
	margin:	0 1em 0.5em 1em;
	display:	block;
	list-style:	none;
}

li.title {
	font-weight:	bold;
}

li.date {
	color:		yellow;
	font-style:	italic;
}

li.description {
	color:		SpringGreen;
}
