/* diary.css */
@import url(diarys.css);

h1 {
	font-family: "Courier New", "Courier", sans-serif;
	color: #000099;
	line-height: 130%;
}

h1 span.daterange {
	color: black;
	font-size: small;
	font-weight: normal;
	margin: 0.5em 0 0 0;
}

h3 {
	font-size: 100%;
	font-weight; bold;
}

h3 span.date {
	font-family: "Courier New", "Courier", sans-serif;
}

h4 {
	font-size: small;
	font-weight: normal;
}

div.main {
	margin: 1em 3em 1em 3em;
}

p.nomargin {
	margin: 0em 3em 0em 0em;
}

ul {
	font-size: small;
}
