table.forum {
	width:95%;
	border:solid silver 1px;
	border-collapse:collapse;
}

table.forum td, table.forum th {
	border:dotted silver 1px;
	padding:4px;
}

.threadtitle {
	width:40%;
}

.threadinfo {
	font-size:80%;
}

.postcount{ width:5%; }

.lastpost {
	width: 55%;
}