BODY {
	background: #d0ffd0;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: small;
}

H1 {
	font-size: large;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

H2 {
	font-size: small;
	font-weight: bold;
}

UL {
	list-style: none;
}

.description {
	font-style: italic;
}

.footer {
	font-size: 8pt;
	font-style: italic;
}

.title {
	border: 1px solid #000000;
	background: #b0dfb0;
	padding-left: 5px;
	padding-right: 5px;
}

.body {
	border: 1px solid #000000;
	background: #b0dfb0;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
}

.code {
	font-family: Consolas, Courier New, Courier, serif;
	color: #804730;
}

A:link, A:visited, A:active {
	text-decoration: none;
	color: #0000ff;
}

A:hover {
	text-decoration: underline;
	color: #0000ff;
}

