h2 {
	font-size: 19pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #614F8C;
	}
	
	
.error {
	font-weight: bold;
	color: red;
}

.message {
	font-weight: bold;
	color: green;
}

.thread_title {
	font-weight: bold;
}

.thread_body {
	background-color: #FEA53D;
}

.thread_info {
	font-size: 9px;
	font-style: italic;
	
}