.page table {
	border: 0px;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

.page td {
	border-bottom: none;
}

.page table a {
	font-size:1em;
	color: 922;
	text-decoration:none;
}

.page table a:visited {
	font-size:1em;
	color: b22;
	text-decoration:none;
}

.page table tr.msg{
	background: #fff0f0;
}

table td.child{
	font-size: 0.8em;
	color: #922;
}

table td.header{
	font-size: 0.9em;
	color: #b44;
	text-align:left;
}

table td.name{
	font-size: 0.8em;
	color: #b44;
	text-align:center;
}

table td.date{
	font-size: 0.8em;
	color: #b44;
	text-align:center;
}

table td.msg{
	font-size: 0.8em;
	color: #b44;
	border-bottom: dotted 1px #aa0;
}

table td.fullmsg{
	font-size: 0.9em;
	color: #b22;
	border-bottom: dotted 1px #aa0;
}

