#messages p {
	text-align: left;
	font-style: italic;
	font-size: .85em;
}

/***                             ***/
/***   Styles for messages table ***/
/***                             ***/

table {
	text-align: left;
	margin-bottom: 20px;
}

td 	{
	vertical-align: top;
	font-size: .85em;
}

td.comment {
	border-bottom: 2px groove;
}

tr.bborder {
	border-bottom: 2px groove;
}

tr.tborder {
	border-top: 2px groove;
}

caption {
	text-align: left;
	font-weight: bold;
	font-style: italic;
}


col#atitle 	{ width: 250px;}
col#aspeaker 	{ width: 200px;}

col#date 	{ width: 160px;}
col#dash1	{ width: 20px; }
col#title 	{ width: 400px;}
col#speaker	{ width: 200px;}

