body {
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
	margin:0;
	padding:0;
}
a:link,
a:visited {
	color: #963644;
	text-decoration: none;
}
a:hover,
a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* new-topics */

#new-topics {
	list-style-type:none;
	width:310px;
	font-size:11px;
	text-align:left;
	margin:0;
	padding:0;
}
#new-topics li {
	margin:0 0 6px 0;
	padding:0 0 5px 0;
	border-bottom:solid 1px #999999;
}
#new-topics li a {
	cursor:pointer;
}
#new-topics li .date {
	width:75px;
	display:block;
	float:left;
}
#new-topics li .text {
	width:235px;
	display:block;
}

#new-topics li:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
#new-topics li { display: inline-block; }
/* no ie mac \*/
* html #new-topics li { height: 1%; }
#new-topics li { display: block; }
/* */