#message {
	background-color: inherit;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	text-align: justify;
}

#message .m_date {
	font-size: 12px;
	width: 100%;
	text-align: right;
	color: #3399CC;
}

#message .m_header {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
}

#message .m_preview {

	width: 100%; 
}

#message .m_body {

	width: 100%;
}

#message .m_source {
	padding-top: 12px;
	font-size: 12px;
	width: 100%;
}

#last_ten table {
	width: 100%;
}

#last_ten th {
	border-color: black;
	border-width: 1px;
	border-style: none none solid none;
}

#last_ten td.date {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;	
}

#last_ten td.link {
	width: 100%;
	text-align: left;
}

