/* -------------- Style definition for all pages -------------- */
 
  /* style for the body of the html page */
body {
	margin-left: 1em;
	margin-right: 1em;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

  /* All text between paragraph tags should be justified */
p {
	text-align: justify;
}

  /* style for copyright notices on bottom of screen */
.copyright {
	font-family: "Times New Roman", serif;
	font-size: smaller;
}

/* -------------- Style definition for the daily column -------------- */
  /* Style for title of diary pages */
.column_date {
	text-align: left;
	font-family: "Times New Roman", serif;
	font-weight: bold;
}

  /* Style for body of diary pages */
.column_body {
	margin-left: 1em;
	margin-right: 1em;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

  /* style for text of diary pages */
.column_text {
	text-align: justify;
}


/* -------------- Style definition for the stories -------------- */

  /* Style for title of diary pages */
.story_title {
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: large;
	font-weight: bold;
}

  /* Style for body of diary pages */
.story_body {
	margin-left: 1em;
	margin-right: 1em;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

  /* style for text of diary pages */
.story_text {
	text-align: justify;
}