@import "base.css";
@import "html.css";


.day
	{
	width:100px;
	float:left;
	line-height:200%;
	}


.topic
	{
	margin-left:5px;
	margin-bottom:5px;
	width:590px;
	padding-left:10px;
	float:left;
	line-height:200%;
	border-left:1px dotted #cccccc;
	}

.topic a
	{
	color:#339933;
	}