/* History entry css layout */
body {
	background:  #E8E9E2;
	text-align: justify;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: bold;}
/* makes all paragraphs justified */
p {text-align: justify;}
/* default text formatting for the entry text (check class selected in the file */
.historytext {
	font-size: 10px;}
/* heading such as date and subject */
.bdate {
	font-size: 12px;
	font-weight:bold;}
/* make some text bold with this class */
.boldtext {	font-weight: bold;}