body {
	background-color: #ffffff;
	color: #000000;
}

ul {
	list-style-type: square;
}

A:link { color: #0000ff; }
A:visited { color: #0000ff; }
A:active { color: #0000ff; }

.center {
	text-align: center;
}

.title {
	color: #005500;
	font-size: 14pt;
	font-weight: bold;
}

.subject {
	color: #000066;
	font-size: 12pt;
	font-weight: bold;
}

.body {
	margin-left: 3em;
	margin-bottom: 3em;
}
