body {
	background: #ddddaa;
	background-repeat: no-repeat;
	color: #000000;
	font-family: 
		serif,
		"Trebuchet MS",
		arial,
		helvetica,
		geneva;
	margin: 2em;
}

h1.title {
	margin: 0.25em;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #225588;
	text-align: Left;
}

h2 {
	font-size: 90%;
	font-weight: bold;
	color: #225588;
	text-transform: capitalize;
	text-align: center;
}

p.subhead {
	font-size: 90%;
	font-weight: bold;
	color: #225588;
	text-transform: capitalize;
	text-align: center;
}

p.byline {
	position: relative;
	left: +1em;
	top: -1em;
	font-size: small;
	font-style: italic;
	text-align: left;
}

p.signature {
	font-style: italic;
	font-weight: bolder;
}

p {
	margin: 1em;
	text-indent: 1em;
	text-align: justify;
}

p.closing {
	text-indent: 0;
}

div.article {
	background: #ffffff;

	border-color: red;
	border-width: medium;
	border-style: groove;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 2em;
	text-align: justify;
}

table.snacks {
	border-color: black;
	border-width: medium;
	background-color: #FFFFFF;
	font-size: 90%;
	font-weight: lighter;
}

table.calendar {
	border-color: black;
	border-width: medium;
	background-color: #FFFFFF;
	font-size: 90%;
	font-weight: lighter;
}

th {
	background-color: #ddddaa;
	text-align: center;
}

attention {
	color: blue;
	background: #00ffEE;
	border-width: medium;
	border-color: red;
}

dt {
	font-weight: bolder;
}

tr.bolder {
	font-weight: 900;
	font-size: 120%;
	font-style: italic;
	background-color: yellow;
}