body{
	background-color: #FAF9F7;
}

div{
	width: 420px;

}

ul{}

li{
	display: block;
	list-style: none;
}

li.day{
	background-image: url(../images/icon_news.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 35px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	margin-bottom: 1px;
}

li.day2{
	padding-left: 35px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	margin-bottom: 1px;
}

li.text{
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
	line-height: 1.6em;
}