.journal_text {
	font-family: Arial, Helvetica, sans-serif;
}
.journal_header {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}
body {
	background-color: #FFFF99;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #000000;
}
