html>body
{
	background-color: #FFFFFF;
	text-align: left;
	font-size: medium;
	color: #000000;
}

.copyright {
	text-align: center;
	font-size: large;
	font-weight: normal;
	font-style: italic;
}

.date {
	text-align: center;
	font-size: large;
	font-weight: normal;
	color: red;
}

.example {
	margin-left: 20px;
}

div.toc {
	display: none;
}

.title
{
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}

h1 {
	font-size: x-large;
	font-weight: bold;
}

h2 {
	font-size: large;
	font-weight: bold;
}

h3 {
	font-size: large;
	font-weight: normal;
	font-style: italic;
}
	
p.notes {
	margin-left: 20px;
	color: blue;
}

table.chart {
	border: 2px solid black;
	margin: 5px;
	margin-left: 20px;
	float: right;
}

table.chart th {
	border: 1px solid black;
	padding: 2px;
}

table.chart td {
	border: 1px solid black;
	padding: 2px;
}

